Is Digit (LogiX node)
Jump to navigation
Jump to search
Is Digit | ||
---|---|---|
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