Is Separator
Characters
The Is Separator
node takes in a character literal and returns if that character is a separator. Separator characters are specially defined characters in the Microsoft documentation as Space Separator
, Line Separator
, and Paragraph Separator
.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns if this is a separator.
See Also
Microsoft Documentation about the Char.IsSeparator method. [1]