m fixup  | 
				m style  | 
				||
| Line 12: | Line 12: | ||
|}}  | |}}  | ||
The   | The '''Is Upper''' node takes in a character literal and returns if that character is an upper case letter.  | ||
== Inputs ==  | == Inputs ==  | ||
Revision as of 19:43, 3 June 2024
Is Upper
Characters
The Is Upper node takes in a character literal and returns if that character is an upper case letter.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns true if Character is an upper case letter, false otherwise. Upper case characters recognized by this node are part of the unicode delegation Lu.