Is Symbol (LogiX node)

From Neos Wiki
Revision as of 17:51, 11 September 2022 by Yosh (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English
Is Symbol
'Is Symbol' LogiX node
Inputs
  Char Character
Outputs
  Bool *

The Is Symbol node character and outputs true or false depending on if the character is a symbol or not.

Usage

This node takes a character input and outputs a boolean.

If the character has the Unicode delegation Sc, Sk, Sm, or So, this node will output true. Otherwise, it will output false.

Examples

In the following image, "7" is not a symbol and outputs false, "?" is not classified as a symbol and outputs false, and "$" is classified as a symbol and outputs true.

Logix Example IsSymbol.png

Node Menu

Characters
Back + From UTF16 From UTF32 Get Character Is Control Is Digit
Is Letter Is Letter Or Digit Is Lower Is Number Is Punctuation Is Separator Is Surrogate
Is Symbol Is Upper Is White Space String To UTF32 Surrogate Pair To UTF32 To Lower To Upper
To UTF16