User Tools

Site Tools


4rpl:commands:split

This is an old revision of the document!


Index

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.1610121708.txt.gz · Last modified: 2021/01/08 11:01 by 127.0.0.1