This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:split [2021/11/27 12:59] – Link format consistency Karsten75 | 4rpl:commands:split [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Takes two strings from the stack and splits the first wherever the second occurs. Returns a list of strings. | + | Takes two strings from the stack and splits the first wherever the second occurs. Returns a list of strings.\\ |
| + | Note that the delimiter will split the string for every char within the delimiter. So if the delimiter is " | ||
| ===== Examples ===== | ===== Examples ===== | ||