Skip to content

Commit 104876d

Browse files
authored
reverted back to using "indexes"
1 parent a281131 commit 104876d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/Text/textSplit/advancedTextSplit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# $advancedTextSplit
2-
The first field is the message we want to split and get indices for. The second
2+
The first field is the message we want to split and get indexes for. The second
33
field would be the split/seperator used in the text, and the next field would get the value of the index provided, setting this index value as the new text. The next
4-
fields work as splitters/seperators and new indices for this new text.
4+
fields work as splitters/seperators and new indexes for this new text.
55

66

77
#### Usage: `$advancedTextSplit[text;split;index;split;index;...]`

0 commit comments

Comments
 (0)