$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[$message;-]
$joinSplitText[+]
!example hello-world-! hello+wolrd+!

For more info, see the Text Splitting Guide.