Is Punctuation (LogiX node)
Jump to navigation
Jump to search
Is Punctuation | ||
---|---|---|
Inputs | ||
Char | Character | |
Outputs | ||
Bool | * |
The Is Punctuation node takes a character and outputs true
or false
depending on if the character is a punctuation mark or not.
Usage
This node takes a character input and outputs a boolean.
If the character's Unicode codepoint corresponds to any letter defined here, this node with output true
. Otherwise, it will output false
Examples
In the following image, "!" is a punctuation mark and outputs true
. "G" is not a punctuation mark and outputs false
.