<- PRPL reference <- Strings
Arguments | Result | Notation |
---|---|---|
string string | list | [string string- list] |
Takes two strings from the stack and splits the first wherever the second occurs. Returns a list of strings.
Split("Here is a sentence with some words in." " ") ->wordsList <-wordsList GetListCount 0 do Trace(<-wordsList[I]) loop