ProtoFlux:Is Control

From Resonite Wiki
Revision as of 17:01, 4 June 2024 by Yosh (talk | contribs) (clarify doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Control
Character
*
Characters

The Is Control node takes in a character literal and returns if that character is a control character.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Outputs true if Character is a control character, false otherwise. Control characters recognized by this node are part of the C0 and C1 sets of Unicode.

See Also