msgpart:text_match
Last updated March 2020
Name
msgpart:text_match — Streaming a PCRE search across the transfer decoded UTF-8 text version of the message body part
Synopsis
msgpart:text_match(pattern);
Description
Streaming a PCRE search across the transfer decoded UTF-8 text version of the message body part. If no match is found, false
is returned.
Enable this function with the statement require('msys.extended.message');
.
Was this page helpful?