Is Lower (LogiX node)
Jump to navigation
Jump to search
Is Lower | ||
---|---|---|
![]() | ||
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Lower node takes a character and outputs true
or false
depending on if the character is lowercase or not.
Usage
This node takes a character input and outputs a boolean.
If the character is given the delegation Ll
in Unicode, this node will output true
. Otherwise, it will output false
. To note is that there are some characters that have this delegation yet still output false
, with an example being U+10D7 GEORGIAN LETTER TAN
. For most practical purposes, however, this should rarely be an issue.
Examples
In the following image, lowercase "æ" outputs true
while uppercase "G" outputs false
.