ProtoFlux:Is Separator

From Resonite Wiki
Revision as of 17:07, 4 June 2024 by Yosh (talk | contribs) (style, formatting, doc clarification)
(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 character.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is a separator, false otherwise. Separator characters recognized by this node are given the Unicode delegation Zl, Zp, or Zs.

See Also