User Tools

Site Tools


4rpl:commands:split

This is an old revision of the document!


Index
Strings

Split

Split (<-string <-delimiter) ->list

Description

Takes two strings from the stack and splits the first wherever the second occurs. Returns a list of strings.

Examples

Split("Here is a sentence with some words in." " ") ->wordsList
<-wordsList GetListCount 0 do
    Trace(<-wordsList[I])
loop

Index

4rpl/commands/split.1638017980.txt.gz · Last modified: 2021/11/27 07:59 by Karsten75