Is Number (LogiX node)
Jump to navigation
Jump to search
Is Number | ||
---|---|---|
![]() | ||
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Number node takes a character and outputs true
or false
depending on if the character is a number or not.
Usage
This node takes a character input and outputs a boolean.
If the character has the Unicode delegation Nd
, Nl
, or No
, this node will output true
. Otherwise, it will output false
.
Examples
In the following image, "7" is a number and outputs true
, "Y" is not a number and outputs false
, and the Unicode character "¼" is a number and outputs true
.