diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-01-02 17:09:16 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-01-02 17:09:16 +0000 |
commit | a8902f96e47386fe24b09c91c7ce83c7e67f06a6 (patch) | |
tree | 1dc67d74ecea1dfbe929cbb60429028133baf552 /doc/pcre2_compile.3 | |
parent | 957b5876ad86b1cc38814e581aa5796d1617cca0 (diff) | |
download | pcre2-a8902f96e47386fe24b09c91c7ce83c7e67f06a6.tar.gz |
Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@179 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 6040420..cf0858d 100644 --- a/doc/pcre2_compile.3 +++ b/doc/pcre2_compile.3 @@ -1,4 +1,4 @@ -.TH PCRE2_COMPILE 3 "21 October 2014" "PCRE2 10.00" +.TH PCRE2_COMPILE 3 "02 January 2015" "PCRE2 10.00" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .SH SYNOPSIS @@ -51,6 +51,7 @@ or provide an external function for stack size checking. The option bits are: PCRE2_NO_AUTO_CAPTURE Disable numbered capturing paren- theses (named ones available) PCRE2_NO_AUTO_POSSESS Disable auto-possessification + PCRE2_NO_DOTSTAR_ANCHOR Disable automatic anchoring for .* PCRE2_NO_START_OPTIMIZE Disable match-time start optimizations PCRE2_NO_UTF_CHECK Do not check the pattern for UTF validity (only relevant if PCRE2_UTF is set) |