style, formatting, doc clarification |
m YoshBot moved page ProtoFlux:Is Punctuation to ProtoFlux:IsPunctuation: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:25, 21 August 2025
Is Punctuation
Characters
The Is Punctuation node takes in a character literal and returns if that character is a punctuation character.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns true
if Character
is a punctuation character, false
otherwise. Punctuation characters recognized by this node are given the Unicode delegation Pc
, Pd
, Ps
, Pe
, Pi
, Pf
, or Po
.