$joinSplitText

Joins $textSplit[] values with a provided separator.

Syntax

$joinSplitText[Separator]

Parameters

  • Separator (Type: String || Flag: Emptiable): The separator to be put between the text split values.

Example

We are joining the text split value with a new line, replacing the provided separator in $textSplit[].

$nomention
$textSplit[Hello-hi-hey;-]
$joinSplitText[
]

example

For more info, see the Text Splitting Guide.