ProtoFlux:IsLetterOrDigit

From Resonite Wiki
Revision as of 00:25, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Is Letter Or Digit to ProtoFlux:IsLetterOrDigit: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Letter Or Digit
Character
*
Characters

The Is Letter Or Digit node takes in a character literal and returns if that character is a letter or a digit. It is a shorthand of doing an OR Operation on the results of the Is Letter and Is Digit nodes.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is a letter or digit, false otherwise.

See Also