diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2017-04-04 17:09:33 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2017-04-04 17:09:33 +0000 |
commit | c40eeb6597b762ab8829be516100e4bb190e44b4 (patch) | |
tree | 1a84d97d34dc0c2312aa26bb45b2ce64e20f7f75 /doc/pcre2_dfa_match.3 | |
parent | 09b38a6af1c8deb294e2198744bd46aab3f3e186 (diff) | |
download | pcre2-c40eeb6597b762ab8829be516100e4bb190e44b4.tar.gz |
Implement PCRE2_ENDANCHORED.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@731 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_dfa_match.3')
-rw-r--r-- | doc/pcre2_dfa_match.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pcre2_dfa_match.3 b/doc/pcre2_dfa_match.3 index 387e7e5..17ed86e 100644 --- a/doc/pcre2_dfa_match.3 +++ b/doc/pcre2_dfa_match.3 @@ -1,4 +1,4 @@ -.TH PCRE2_DFA_MATCH 3 "24 March 2017" "PCRE2 10.30" +.TH PCRE2_DFA_MATCH 3 "04 April 2017" "PCRE2 10.30" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .SH SYNOPSIS @@ -38,6 +38,7 @@ up a callout function or specify the recursion depth limit. The \fIlength\fP and \fIstartoffset\fP values are code units, not characters. The options are: .sp PCRE2_ANCHORED Match only at the first position + PCRE2_ENDANCHORED Pattern can match only at end of subject PCRE2_NOTBOL Subject is not the beginning of a line PCRE2_NOTEOL Subject is not the end of a line PCRE2_NOTEMPTY An empty string is not a valid match |