Is Separator (LogiX node)
Jump to navigation
Jump to search
Is Separator | ||
---|---|---|
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Separator node takes a character and outputs true
or false
depending on if the character is a separator or not.
Usage
This node takes a character input and outputs a boolean.
If the character has the Unicode delegation Zs
, Zp
, or Zl
, this node will output true
. Otherwise, it will output false
.
Examples
In the following image, \n is a line feed character and not considered a separator, so it outputs false
. The space character is a separator and outputs true
, while "G" is not a separator and outputs false