$editSplitText
This function replaces the element at the specified index with a new element instead of the previous one.
Syntax
$editSplitText[Index;Value]
Parameters
Index(Type: Integer || Flag: Required): The index of the element to edit.Value(Type: String || Flag: Required): The new value to assign to the provided index.
Example
$nomention
$textSplit[Hello-world-!;-]
$editSplitText[2;bdfd]
> $joinSplitText[-]
How $textSplit[] and $joinSplitText[] works?
For more information, read the Text Splitting Guide.