$filter
Removes are phrases matching the provided 'queries' within 'text'.
Usage
This function has two params.
Param | Description | Type | Required |
---|---|---|---|
text | The text to filter. | String | Yes |
queries | The phrases to remove from 'text'. | String | Yes |
Examples
Example #1
Example #2
Last updated