Is White Space
Characters
The Is White Space node takes in a character and returns if that character is whitespace. Whitespace characters are empty spaces in text that separate other characters.
Inputs
Character (char)
The character value to check.
Outputs
* (bool)
Returns true if Character is whitespace, false otherwise. Whitespace characters recognized by this node have the [unicode property https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace White_Space=yes].