Administrators can make use of regular expressions to act upon information within Emails and SMSs.
To implement the use of regular expressions, a “set variable” node is required.
Within the set variable node you will need to give your variable a name and set the variable mapping as follows:
$patternMatches(textyouarelookingfor,”${locationofthetext}”)
Please see the below example of an expression that searches the body of the email to find the text "item query":
$patternMatches(item query,”${body}”)
For more information about implementation of regular expressions contact the ZaiSupport team