ProtoFlux:Is Lower: Difference between revisions

From Resonite Wiki
m fixup
m style, formatting
Line 12: Line 12:
|}}
|}}


The <code>Is Lower</code> node takes in a character literal and returns if that character is a lower case letter.
The '''Is Lower''' node takes in a character literal and returns if that character is a lower case letter.


== Inputs ==
== Inputs ==

Revision as of 20:40, 3 June 2024

Is Lower
Character
*
Characters

The Is Lower node takes in a character literal and returns if that character is a lower case letter.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is a lower case letter, false otherwise. Lowercase letters recognized by this node are given the delegation Li in Unicode.

See Also