msg:raw_replace
Last updated March 2020
Name
msg:raw_replace — Streaming interface to a PCRE replacement of message content
Synopsis
msg:raw_replace(pattern, replacement);
pattern: string replacement: string
Description
Streaming interface to a PCRE replacement of message content. This function has the same semantics as raw_match
.
Enable this function with the statement require('msys.extended.message');
.
See Also
Was this page helpful?