summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_compile.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-06 18:02:40 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-06 18:02:40 +0000
commit979c849542059e268ee189a4a6073c6f286fa99d (patch)
treeb7599526233caad32a4d6b1a9b8946304bcbbfbf /doc/html/pcre2_compile.html
parent69e79281e2412f0421447c9f0728797fe2ba1266 (diff)
downloadpcre2-979c849542059e268ee189a4a6073c6f286fa99d.tar.gz
Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep,
and also an inbuilt callout echo. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@734 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_compile.html')
-rw-r--r--doc/html/pcre2_compile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre2_compile.html b/doc/html/pcre2_compile.html
index 045f007..3c926e0 100644
--- a/doc/html/pcre2_compile.html
+++ b/doc/html/pcre2_compile.html
@@ -60,6 +60,7 @@ The option bits are:
PCRE2_DOLLAR_ENDONLY $ not to match newline at end
PCRE2_DOTALL . matches anything including NL
PCRE2_DUPNAMES Allow duplicate names for subpatterns
+ PCRE2_ENDANCHORED Pattern can match only at end of subject
PCRE2_EXTENDED Ignore white space and # comments
PCRE2_FIRSTLINE Force matching to be before newline
PCRE2_MATCH_UNSET_BACKREF Match unset back references