^ Command ^ Short Description ^ ^ | **[[manual:chapter6:string:cmd_toutf|→UTF8]]** | Create a Utf8 string from a list of code points | NEW | | **[[manual:chapter6:string:cmd_fromutf|UTF8→]]** | List all code points in a Utf8 string | NEW | | **[[manual:chapter6:string:cmd_tostr|→STR]]** | Decompile any object (convert to string) | | | **[[manual:chapter6:string:cmd_fromstr|STR→]]** | Compile a string into RPL objects | | | **[[manual:chapter6:string:cmd_srev|SREV]]** | Reverse the characters on a string | | | **[[manual:chapter6:string:cmd_ntokens|NTOKENS]]** | Number of tokens in a string | NEW | | **[[manual:chapter6:string:cmd_nthtoken|NTHTOKEN]]** | Token at position N in a string | NEW | | **[[manual:chapter6:string:cmd_nthtokenpos|NTHTOKENPOS]]** | Position of token N in a string | NEW | | **[[manual:chapter6:string:cmd_trim|TRIM]]** | Remove characters at end of string | NEW | | **[[manual:chapter6:string:cmd_rtrim|RTRIM]]** | Remove characters at start of string | NEW | | **[[manual:chapter6:string:cmd_sstrlen|STRLEN]]** | Length of string in characters | NEW | | **[[manual:chapter6:string:cmd_strlencp|STRLENCP]]** | Length of string in Unicode code points | NEW | | **[[manual:chapter6:string:cmd_tonfc|→NFC]]** | Normalize a string to Unicode NFC | NEW | | **[[manual:chapter6:string:cmd_srepl|SREPL]]** | Find and replace text in a string | | | **[[manual:chapter6:string:cmd_todispstr|→STRD]]** | Decompile formatted for display | | | **[[manual:chapter6:string:cmd_toeditstr|→STRE]]** | Decompile formatted for edit | |