Is White Space (LogiX node)

From Neos Wiki
Revision as of 18:17, 11 September 2022 by Yosh (talk | contribs) (Created page with "<languages></languages> <translate> <!--T:1--> {{Infobox Logix Node | Name = Is White Space | Image =File: IsWhiteSpaceNode.png | noframe | 128px | 'Is White Space' LogiX no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Is White Space
'Is White Space' LogiX node
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.

Logix Example IsWhiteSpace.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