Is Control (LogiX node)
Jump to navigation
Jump to search
Is Control | ||
---|---|---|
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Control node returns true
or false
depending on if the input character is an ASCII control character or not.
Usage
This node takes a char as input and outputs a boolean.
This node will output true
if the input character is an ASCII control character, defined as being code points 0x00
to 0x1F
, 0x7F
, and 0x80
to 0x9F
.
Examples
In the following image, "A" and Space are not a control character, while the newline (\n
) character is.