$filterTextSplitElement
$filterTextSplitElement
filters elements from $textSplit and returns the elements that meet the criteria.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
query | string | The query that will be used for filtering. | true |
type? | string | The type of comparison to be performed during the filtering. 1. equal (default) 2. starts 3. ends 4. includes | true |
sep? | string | Separator for the filtered elements. (default , ) | true |
Example(s)
This will return HelloWorld
and HelloDiscord
as they begin with Hello
: