diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-05-24 17:15:48 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-05-24 17:15:48 +0000 |
commit | be0b8eba4f57f4572a6744cc534081fc7249386d (patch) | |
tree | cf4eb5c8740d93c022457fd7628f3fb3f152e29b /doc/pcre2_compile.3 | |
parent | d45c1c6b2ee61449c2e574f4e2ef598846bdf851 (diff) | |
download | pcre2-be0b8eba4f57f4572a6744cc534081fc7249386d.tar.gz |
Implement support for invalid UTF in the pcre2_match() interpreter.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1094 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_compile.3')
-rw-r--r-- | doc/pcre2_compile.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pcre2_compile.3 b/doc/pcre2_compile.3 index b23bf46..e97bf11 100644 --- a/doc/pcre2_compile.3 +++ b/doc/pcre2_compile.3 @@ -1,4 +1,4 @@ -.TH PCRE2_COMPILE 3 "11 February 2019" "PCRE2 10.33" +.TH PCRE2_COMPILE 3 "23 May 2019" "PCRE2 10.34" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .SH SYNOPSIS @@ -53,6 +53,7 @@ The option bits are: PCRE2_EXTENDED Ignore white space and # comments PCRE2_FIRSTLINE Force matching to be before newline PCRE2_LITERAL Pattern characters are all literal + PCRE2_MATCH_INVALID_UTF Enable support for matching invalid UTF PCRE2_MATCH_UNSET_BACKREF Match unset backreferences PCRE2_MULTILINE ^ and $ match newlines within data PCRE2_NEVER_BACKSLASH_C Lock out the use of \eC in patterns |