ProtoFlux:IsLetter: Difference between revisions

From Resonite Wiki
style, formatting, better link
m YoshBot moved page ProtoFlux:Is Letter to ProtoFlux:IsLetter: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:25, 21 August 2025

Is Letter
Character
*
Characters

The Is Letter node takes in a character literal and returns if that character is a letter.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns true if Character is a letter, false otherwise. Letters recognized by this node are part of the Unicode delegations Lu, Ll, Lt, Lm, or Lo.

See Also