ProtoFlux:Is Separator

From Resonite Wiki
Revision as of 17:20, 17 April 2024 by PJB (talk | contribs) (Mention unicode categories more clearly)
Is Separator
Character
*
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]