Is Control
Characters
The Is Control
node takes in a character literal and returns if that character is a control character. Control characters are non-printable characters.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns if this is a control character.
See Also
Wikipedia article about control characters. [1]