Skip to main content

msgpart:raw_match

Last updated March 2020

Name

msgpart:raw_match — Streaming interface to a PCRE search of the current message part

Synopsis

msgpart:raw_match(pattern);

pattern: string

Description

Streaming interface to a PCRE search of the current message part. If no match is found, false is returned.

Enable this function with the statement require('msys.extended.message');.

Was this page helpful?