$filterMessage
$filterMessage
will filter certain characters out of given text.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | Text input which will be filtered. | true |
letters | string | Content you want to filter out of the text . | true |
Example(s)
This will remove the N
of Never
and return ever
: