m fixup |
style |
||
| Line 12: | Line 12: | ||
|}} | |}} | ||
The | The '''Is Symbol''' node takes in a character literal and returns if that character is a symbol as defined by Unicode. | ||
== Inputs == | == Inputs == | ||
Revision as of 19:41, 3 June 2024
Is Symbol
Characters
The Is Symbol node takes in a character literal and returns if that character is a symbol as defined by Unicode.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns true if Character is a symbol, false otherwise. Symbol characters recognized by this node are given the unicode delegation Sm, Sc, Sk, or So.