m fixup  | 
				m YoshBot moved page ProtoFlux:Is Lower to ProtoFlux:IsLower: Automated: removing spaces from ProtoFlux namespace  | 
				||
| (2 intermediate revisions by one other user not shown) | |||
| Line 12: | Line 12: | ||
|}}  | |}}  | ||
The   | The '''Is Lower''' node takes in a character literal and returns if that character is a lower case letter.  | ||
== Inputs ==  | == Inputs ==  | ||
| Line 25: | Line 25: | ||
== See Also ==  | == See Also ==  | ||
* [https://learn.microsoft.com/en-us/dotnet/api/system.char.islower  | * [https://learn.microsoft.com/en-us/dotnet/api/system.char.islower Microsoft documentation for the <code>Char.IsLower(Char)</code> method].  | ||
[[Category:ProtoFlux:Strings:Characters]]  | [[Category:ProtoFlux:Strings:Characters]]  | ||
Latest revision as of 00:25, 21 August 2025
Is Lower
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.