Command | Short Description | |
---|---|---|
→UTF8 | Create a Utf8 string from a list of code points | NEW |
UTF8→ | List all code points in a Utf8 string | NEW |
→STR | Decompile any object (convert to string) | |
STR→ | Compile a string into RPL objects | |
SREV | Reverse the characters on a string | |
NTOKENS | Number of tokens in a string | NEW |
NTHTOKEN | Token at position N in a string | NEW |
NTHTOKENPOS | Position of token N in a string | NEW |
TRIM | Remove characters at end of string | NEW |
RTRIM | Remove characters at start of string | NEW |
STRLEN | Length of string in characters | NEW |
STRLENCP | Length of string in Unicode code points | NEW |
→NFC | Normalize a string to Unicode NFC | NEW |
SREPL | Find and replace text in a string | |
→STRD | Decompile formatted for display | |
→STRE | Decompile formatted for edit |