summaryrefslogtreecommitdiff
path: root/doc/html/pcre2syntax.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-16 17:40:47 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-16 17:40:47 +0000
commit4939d7de20b030c6161dbc9cb45e7973cf77d5a1 (patch)
tree4f249c2c566e73af26d47096268ffe0c129ea0d1 /doc/html/pcre2syntax.html
parent54d34736f2e3bf4fcfd75d33d941d5e87106314e (diff)
downloadpcre2-4939d7de20b030c6161dbc9cb45e7973cf77d5a1.tar.gz
File tidies for 10.23-RC1
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@655 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2syntax.html')
-rw-r--r--doc/html/pcre2syntax.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/html/pcre2syntax.html b/doc/html/pcre2syntax.html
index 8d20353..4cbbba7 100644
--- a/doc/html/pcre2syntax.html
+++ b/doc/html/pcre2syntax.html
@@ -451,9 +451,10 @@ appear.
(*UCP) set PCRE2_UCP (use Unicode properties for \d etc)
</pre>
Note that LIMIT_MATCH and LIMIT_RECURSION can only reduce the value of the
-limits set by the caller of pcre2_match(), not increase them. The application
-can lock out the use of (*UTF) and (*UCP) by setting the PCRE2_NEVER_UTF or
-PCRE2_NEVER_UCP options, respectively, at compile time.
+limits set by the caller of <b>pcre2_match()</b> or <b>pcre2_dfa_match()</b>, not
+increase them. The application can lock out the use of (*UTF) and (*UCP) by
+setting the PCRE2_NEVER_UTF or PCRE2_NEVER_UCP options, respectively, at
+compile time.
</P>
<br><a name="SEC17" href="#TOC1">NEWLINE CONVENTION</a><br>
<P>
@@ -494,7 +495,7 @@ Each top-level branch of a look behind must be of a fixed length.
\g{n} reference by number
\g+n relative reference by number (PCRE2 extension)
\g-n relative reference by number
- \g{+n} relative reference by number (PCRE2 extension)
+ \g{+n} relative reference by number (PCRE2 extension)
\g{-n} relative reference by number
\k&#60;name&#62; reference by name (Perl)
\k'name' reference by name (Perl)
@@ -541,7 +542,7 @@ Each top-level branch of a look behind must be of a fixed length.
(?(VERSION[&#62;]=n.m) test PCRE2 version
(?(assert) assertion condition
</pre>
-Note the ambiguity of (?(R) and (?(Rn) which might be named reference
+Note the ambiguity of (?(R) and (?(Rn) which might be named reference
conditions or recursion tests. Such a condition is interpreted as a reference
condition if the relevant named group exists.
</P>
@@ -595,7 +596,7 @@ Cambridge, England.
</P>
<br><a name="SEC27" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 28 September 2016
+Last updated: 23 December 2016
<br>
Copyright &copy; 1997-2016 University of Cambridge.
<br>