Is Letter Or Digit (LogiX node)
Jump to navigation
Jump to search
Is Letter Or Digit | ||
---|---|---|
![]() | ||
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Letter Or Digit node combines the functionality of the Is Digit and Is Letter LogiX nodes.
Usage
This node takes a character as input and outputs a boolean.
If the character would output true
with either the Is Digit node or the Is Letter node, this node will output true
. Otherwise, it will output false
Examples
The following image showcases the glyphs "5", "G", and "!" being tested with Is Digit, Is Letter, and Is Letter Or Digit.