User Tools

Site Tools


xrpl:split

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

xrpl:split [2019/03/04 01:05] – created Karsten75xrpl:split [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
- 
-=====  Split   ===== 
- 
-^Arguments^Result^Notation^ 
-|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 === 
-<code>Split("Here is a sentence with some words in." " ") ->wordsList  
-<-wordsList GetListCount 0 do  
- Trace(<-wordsList[I])  
-loop  
-</code> 
  
xrpl/split.1551661528.txt.gz · Last modified: 2025/02/14 14:56 (external edit)