Skip to content

$excludeSpecialChars

Removes any special characters included within specified text

Usage

$excludeSpecialChars[text]

Parameters

FieldTypeDescriptionRequired?
textstringtext to remove the special charstrue

Example

This will remove #! from the message.

$excludeSpecialChars[hello#!]