Skip to main content

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);

pattern: string

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?