$advancedTextSplit
$advancedTextSplit
will split multiple given arguments.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | Text to split. | true |
sep | string | Separator which is used to split the values. | true |
index | number | The position of the text you want to be returned. | true |
Example(s)
This will split Hello
from Bye
and return Hello
: