Added a few more descriptions to this category. |
fill in descriptions |
||
| Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
|Char To String|| Converts the [[Type:char|char]] to a [[ | |Char To String||Converts the [[Type:char|char]] to a [[Type:string|string]]. | ||
|Concatenate Chars|| Combines the [[Type:char| | |Concatenate Chars||Combines the [[Type:char|char]] into a string. | ||
|From UTF16|| | |From UTF16||Converts the 16-bit codepoint to a [[Type:char|char]]. | ||
|From UTF32|| | |From UTF32||Converts the UTF32 codepoint to a [[Type:string|string]]. | ||
|Get Character|| | |Get Character||Gets the [[Type:char|char]] at the index of input. | ||
|Is Control|| Checks the [[Type:char|char]] if it is a control (non-printable) character. | |Is Control||Checks the [[Type:char|char]] if it is a control (non-printable) character. | ||
|Is Digit|| Checks the [[Type:char|char]] if it is a digit. | |Is Digit||Checks the [[Type:char|char]] if it is a digit. | ||
|Is Letter|| Checks the [[Type:char|char]] if it is a letter. | |Is Letter||Checks the [[Type:char|char]] if it is a letter. | ||
|Is Letter Or Digit|| Checks the [[Type:char|char]] if it is a letter or a digit. | |Is Letter Or Digit||Checks the [[Type:char|char]] if it is a letter or a digit. | ||
|Is Lower|| Checks the [[Type:char|char]] if it is a lower case letter. | |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|| Checks the [[Type:char|char]] if it is a separator. | |Is Separator||Checks the [[Type:char|char]] if it is a separator. | ||
|Is Surrogate|| | |Is Surrogate||Checks the [[Type:char|char]] if it is a surrogate. | ||
|Is Symbol|| Checks the [[Type:char|char]] if it is a symbol. | |Is Symbol||Checks the [[Type:char|char]] if it is a symbol. | ||
|Is Upper|| Checks the [[Type:char|char]] if it is an upper case letter. | |Is Upper||Checks the [[Type:char|char]] if it is an upper case letter. | ||
|Is White Space|| Checks the [[Type:char|char]] if it is whitespace. | |Is White Space||Checks the [[Type:char|char]] if it is whitespace. | ||
|String To UTF32|| | |String To UTF32||Converts the [[Type:char|char]] at an index to a UTF32 codepoint. | ||
|Surrogate Pair To UTF32|| | |Surrogate Pair To UTF32||Converts the surrogate pair given to a UTF32 codepoint. | ||
|To Lower (Character)|| Makes the input character literal lower case. | |To Lower (Character)||Makes the input character literal lower case. | ||
|To Upper (Character)|| Makes the input character literal upper case. | |To Upper (Character)||Makes the input character literal upper case. | ||
|To UTF16|| | |To UTF16||Converts a [[Type:char|char]] to its 16-bit codepoint. | ||
}} | }} | ||
[[Category:ProtoFlux:Strings]] | [[Category:ProtoFlux:Strings]] | ||
Revision as of 18:43, 28 April 2024
| Node Name | Description |
|---|---|
| Char To String | Converts the char to a string. |
| Concatenate Chars | Combines the char into a string. |
| From UTF16 | Converts the 16-bit codepoint to a char. |
| From UTF32 | Converts the UTF32 codepoint to a string. |
| Get Character | Gets the char at the index of input. |
| 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 | Checks the char if it is a 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 | Converts the char at an index to a UTF32 codepoint. |
| Surrogate Pair To UTF32 | Converts the surrogate pair given to a UTF32 codepoint. |
| To Lower (Character) | Makes the input character literal lower case. |
| To Upper (Character) | Makes the input character literal upper case. |
| To UTF16 | Converts a char to its 16-bit codepoint. |
Pages in category "ProtoFlux:Strings:Characters"
The following 22 pages are in this category, out of 22 total.