Is Control (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English
Is Control
'Is Control' LogiX node
Inputs
  Char Character
Outputs
  Bool *

The Is Control node returns true or false depending on if the input character is an ASCII control character or not.

Usage

This node takes a char as input and outputs a boolean.

This node will output true if the input character is an ASCII control character, defined as being code points 0x00 to 0x1F, 0x7F, and 0x80 to 0x9F.

Examples

In the following image, "A" and Space are not a control character, while the newline (\n) character is.

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