style, formatting, doc clarification |
m YoshBot moved page ProtoFlux:Is Separator to ProtoFlux:IsSeparator: Automated: removing spaces from ProtoFlux namespace |
(No difference)
| |
Latest revision as of 00:25, 21 August 2025
Is Separator
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.