msg:body_match
Last updated March 2020
Name
msg:body_match — Streaming interface to a PCRE search of a message body (minus headers)
Synopsis
msg:body_match(pattern);
Description
Streaming interface to a PCRE search of a message body (minus headers). If matches are found, they are returned. Otherwise this function returns false
.
Enable this function with the statement require('msys.extended.message');
.
See Also
Was this page helpful?