$textSplit
$textSplit
will split a message into parts based on a specify separator, allowing you to access each part individually by its position.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | Query of arguments. | true |
sep? | string | Separator for the text arguments. | false |
Example(s)
This will return hello, how are you
: