Regular expression filters

Regular expressions or regex are special characters that match or capture strings of text of interest, such as specific characters, words, or patterns of characters. They also match or capture the rules that govern all characters.

You can add filters by using these expressions to match a specific data and perform an action when a match is achieved.

Example:

<data name="eventName" key="en" regExpIP="abc"/>

📘

Regular expression format is an advanced process. If you're familiar with its use, you can implement it to filter. We don't offer specific instructions on its use.