Is White Space (LogiX node)
Jump to navigation
Jump to search
Is White Space | ||
---|---|---|
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is White Space node takes a character and outputs true
or false
depending on if the character is considered whitespace or not.
Usage
This node takes a character input and outputs a boolean.
If the character matches any character defined here, this node will output true
. Otherwise, it will output false
.
Examples
In the following image, "G" is not considered whitespace and outputs false
, while the newline character is considered whitespace and outputs true
.