<- 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