ProtoFlux:Is White Space: Difference between revisions

From Resonite Wiki
m oops
m style
Line 12: Line 12:
|}}
|}}


The <code>Is White Space</code> node takes in a character and returns if that character is whitespace. Whitespace characters are empty spaces in text that separate other 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 ==
== Inputs ==
Line 22: Line 22:


=== * ([[Type:bool|bool]]) ===
=== * ([[Type:bool|bool]]) ===
Returns <code>true</code> if <code>Character</code> is whitespace, <code>false</code> otherwise. Whitespace characters recognized by this node have the [https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace unicode property <code>White_Space=yes</code>].
Returns <code>true</code> if <code>Character</code> is whitespace, <code>false</code> otherwise. Whitespace characters recognized by this node have the [https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace Unicode property <code>White_Space=yes</code>].


== See Also ==
== See Also ==

Revision as of 19:44, 3 June 2024

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 true if Character is whitespace, false otherwise. Whitespace characters recognized by this node have the Unicode property White_Space=yes.

See Also