ProtoFlux:IsWhiteSpace

From Resonite Wiki
Revision as of 00:26, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Is White Space to ProtoFlux:IsWhiteSpace: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is White Space
Character
*
Characters

The Is White Space node takes in a character and returns if that character is whitespace. Whitespace characters are empty spaces in text that separate other characters.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is whitespace, false otherwise. Whitespace characters recognized by this node have the Unicode property White_Space=yes.

See Also