Is Separator
Characters
The Is Separator
node takes in a character literal and returns if that character is a "separator" character, meaning it is in the following Unicode categories:
- Line Separator. Note that this category does not include traditional "new line" characters such as ProtoFlux:New Line.
- Paragraph Separator. Note that this category does not include traditional "new line" characters such as ProtoFlux:New Line.
- Space 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, which Resonite uses. [1]