ProtoFlux:Is Letter

From Resonite Wiki
Revision as of 20:16, 28 April 2024 by Yosh (talk | contribs) (→‎* (bool): raaaaah consistency)
Is Letter
Character
*
Characters

The Is Letter node takes in a character literal and returns if that character is a letter.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is a letter, false otherwise. Letters recognized by this node are part of the Unicode delegations Lu, Ll, Lt, Lm, or Lo.

See Also