Is Upper (LogiX node)
Jump to navigation
Jump to search
Is Upper | ||
---|---|---|
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Upper node takes a character and outputs true
or false
depending on if the character is uppercase or not.
Usage
This node takes a character input and outputs a boolean.
If the character is given the delegation Lu
in Unicode, this node will output true
. Otherwise, it will output false
.
Examples
In the following image, lowercase "æ" outputs false
while uppercase "G" outputs true
.