ProtoFlux:Is White Space

From Resonite Wiki
Revision as of 17:53, 17 April 2024 by PJB (talk | contribs) (Link to C# docs)
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 value to check.

Outputs

* (bool)

Returns if this is whitespace.

See Also