Is Letter
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
.