... in the Message Finder |
Top Previous Next |
To make the Message Finder use regular expressions as the search pattern, enter the regular expression you want to use, and use the "Match" option in the drop-down conditions list.
The default PCRE options for the message finder are PCRE_CASELESS+PCRE_MULTILINE or PCRE_MULTILINE for a "Case sensitive search". Matching is done by treating the whole message as a single string. CF/LF pairs (0D/0A) are replaced by single LF (0A) characters before matching.
See also: |