User Tools

Site Tools


prpl:split

<- PRPL reference <- Strings

Split

ArgumentsResultNotation
string string list [string string- 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 
prpl/split.txt · Last modified: 2016/12/02 18:33 by 127.0.0.1