To add a regular expression, click Add, enter your regular expression, then click
or press ENTER.
Regular expressions of the PCRE format are supported. The search is performed in multi-line mode.
Examples
When searching in the body of the message using a regular expression of the ^test_pattern$
form, the condition is triggered for messages whose body consists of only the test_pattern
string (no leading or trailing spaces), as well as for messages whose body contains at least one string consisting only of test_pattern
(no leading or trailing spaces).
If the condition must be triggered only for messages whose entire body consists of only the test_pattern
string (without leading or trailing spaces), use the \Atest_pattern\z
regular expression.
You do not need to prefix the string with "re:".
If necessary, repeat this step to add more regular expressions.
To paste regular expressions from the clipboard, click Import, type or paste regular expressions separated by semicolons or new lines, then click Import.
If you want to edit a previously added regular expression, click the regular expression in the text box, make the necessary changes in edit mode and click
. If necessary, use search.
If you want to remove a regular expression from the list, point to the regular expression in the list and click the
icon. To clear the list, click Delete all.
We do not recommend entering a regular expression longer than 1000 characters.
You can copy all regular expressions in the list. To do so, click Copy all.
If not all items are displayed in the area, you can select the number of items you want to display in the drop-down list in the lower part of the area.