Category:ProtoFlux:Strings:Characters: Difference between revisions

Category page
Cleaning ProtoFlux Categories
Added descriptions to this category.
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Char To String||
|Char To String|| Converts the [[Type:char|char]] to a [[String|string]].
|Concatenate Chars||
|Concatenate Chars|| Combines the [[Type:char|chars]] into a string.
|From UTF16||
|From UTF16||
|From UTF32||
|From UTF32||
|Get Character||
|Get Character||
|Is Control||
|Is Control|| Checks the [[Type:char|char]] if it is a control (non-printable) character.
|Is Digit||
|Is Digit|| Checks the [[Type:char|char]] if it is a digit.
|Is Letter||
|Is Letter|| Checks the [[Type:char|char]] if it is a letter.
|Is Letter Or Digit||
|Is Letter Or Digit|| Checks the [[Type:char|char]] if it is a letter or a digit.
|Is Lower||
|Is Lower|| Checks the [[Type:char|char]] if it is a lower case letter.
|Is Number||
|Is Number|| Checks the [[Type:char|char]] if it is a number.
|Is Punctuation||
|Is Punctuation|| Checks the [[Type:char|char]] if it is a punctuation character.
|Is Separator||
|Is Separator|| Checks the [[Type:char|char]] if it is a separator.
|Is Surrogate||
|Is Surrogate||
|Is Symbol||
|Is Symbol|| Checks the [[Type:char|char]] if it is a symbol.
|Is Upper||
|Is Upper|| Checks the [[Type:char|char]] if it is an upper case letter.
|Is White Space||
|Is White Space|| Checks the [[Type:char|char]] if it is whitespace.
|String To UTF32||
|String To UTF32||
|Surrogate Pair To UTF32||
|Surrogate Pair To UTF32||

Revision as of 15:42, 17 April 2024

Nodes
Node Name Description
Char To String Converts the char to a string.
Concatenate Chars Combines the chars into a string.
From UTF16
From UTF32
Get Character
Is Control Checks the char if it is a control (non-printable) character.
Is Digit Checks the char if it is a digit.
Is Letter Checks the char if it is a letter.
Is Letter Or Digit Checks the char if it is a letter or a digit.
Is Lower Checks the char if it is a lower case letter.
Is Number Checks the char if it is a number.
Is Punctuation Checks the char if it is a punctuation character.
Is Separator Checks the char if it is a separator.
Is Surrogate
Is Symbol Checks the char if it is a symbol.
Is Upper Checks the char if it is an upper case letter.
Is White Space Checks the char if it is whitespace.
String To UTF32
Surrogate Pair To UTF32
To Lower
To Upper
To UTF16