manual:chapter6:string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:string [2019/05/23 07:12]
manual:chapter6:string [2021/08/13 13:12] (current)
Line 1: Line 1:
 +<button collapse="string-commands" block="true" >**Operations with Strings**  <badge>16</badge> <badge>10 NEW</badge></button>
 +<collapse id="string-commands" collapsed="true">
 +
 +^ Command  ^ Short Description ^  ^
 +| **[[manual:chapter6:string:cmd_toutf|→UTF8]]** | Create a Utf8 string from a list of code points | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_fromutf|UTF8→]]** | List all code points in a Utf8 string | <badge>NEW</badge> |
 +| **[[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 | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_nthtoken|NTHTOKEN]]** | Token at position N in a string | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_nthtokenpos|NTHTOKENPOS]]** | Position of token N in a string | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_trim|TRIM]]** | Remove characters at end of string | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_rtrim|RTRIM]]** | Remove characters at start of string | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_sstrlen|STRLEN]]** | Length of string in characters | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_strlencp|STRLENCP]]** | Length of string in Unicode code points | <badge>NEW</badge> |
 +| **[[manual:chapter6:string:cmd_tonfc|→NFC]]** | Normalize a string to Unicode NFC | <badge>NEW</badge> |
 +| **[[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 |  |
 +</collapse>