Is Symbol (LogiX node)
Jump to navigation
Jump to search
Is Symbol | ||
---|---|---|
![]() | ||
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Symbol node character and outputs true
or false
depending on if the character is a symbol or not.
Usage
This node takes a character input and outputs a boolean.
If the character has the Unicode delegation Sc
, Sk
, Sm
, or So
, this node will output true
. Otherwise, it will output false
.
Examples
In the following image, "7" is not a symbol and outputs false
, "?" is not classified as a symbol and outputs false
, and "$" is classified as a symbol and outputs true
.