$removeSplitTextElement
This function removes an element from the separated text by the specified index.
Syntax
$removeSplitTextElement[Index]
Parameters
Index(Type: Integer || Flag: Required): The index of the$textSplit[]value to remove.
Example
$nomention
$textSplit[hello-world-!;-]
$removeSplitTextElement[3]
> $joinSplitText[-]
For more information, read the Text Splitting Guide.