Is Symbol
Characters
The Is Symbol
node takes in a character literal and returns if that character is a symbol. Symbol characters are specially defined characters in the Microsoft documentation as MathSymbol
, CurrencySymbol
, ModifierSymbol
and OtherSymbol
. This is why the '$' character is a valid symbol when using this node, for example.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns if this is a symbol.
See Also
Microsoft Documentation about the Char.IsSymbol method. [1]