You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/Text/textSplit/advancedTextSplit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# $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
3
3
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.
0 commit comments