$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[-]
!example Hello-bdfd-!

What is this?

Read more

For more information, read the Text Splitting Guide.