User Tools

Site Tools


xrpl:split

This is an old revision of the document!


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 
xrpl/split.1551661528.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)