Is Digit (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English
Is Digit
'Is Digit' LogiX node
Inputs
  Char Character
Outputs
  Bool *

The Is Digit node takes a character and outputs true or false depending on if the character is classified as a digit in Unicode.

Usage

This node takes a character input and outputs a boolean.

If the character is given the delegation Nd in Unicode, this node will output true. Otherwise, it will output false.

Examples

In the following picture, "5" is a digit and outputs true. "G" is not a digit and therefore outputs false

Logix Example IsDigit.png

Node Menu

Characters
Back + From UTF16 From UTF32 Get Character Is Control Is Digit
Is Letter Is Letter Or Digit Is Lower Is Number Is Punctuation Is Separator Is Surrogate
Is Symbol Is Upper Is White Space String To UTF32 Surrogate Pair To UTF32 To Lower To Upper
To UTF16