ProtoFlux:Is Separator

From Resonite Wiki
Revision as of 15:23, 17 April 2024 by AmasterAmaster (talk | contribs) (Created a page for the Is Separator node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Separator
Character
*
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]