summaryrefslogtreecommitdiff
path: root/doc/html/pcre2test.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-29 08:47:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-29 08:47:39 +0000
commit8073565eee8160d622b485df106f2ce539942f07 (patch)
tree35e6fa0e264cc8d1b20c9598460b59ffb0d63e11 /doc/html/pcre2test.html
parentb9e7721c74fae901b3c6821e959b4b91e404370e (diff)
downloadpcre2-8073565eee8160d622b485df106f2ce539942f07.tar.gz
Final file tidies for 10.22.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@551 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2test.html')
-rw-r--r--doc/html/pcre2test.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/pcre2test.html b/doc/html/pcre2test.html
index 148c4b3..17b308e 100644
--- a/doc/html/pcre2test.html
+++ b/doc/html/pcre2test.html
@@ -1090,7 +1090,8 @@ The <b>allcaptures</b> modifier requests that the values of all potential
captured parentheses be output after a match. By default, only those up to the
highest one actually used in the match are output (corresponding to the return
code from <b>pcre2_match()</b>). Groups that did not take part in the match
-are output as "&#60;unset&#62;".
+are output as "&#60;unset&#62;". This modifier is not relevant for DFA matching (which
+does no capturing); it is ignored, with a warning message, if present.
</P>
<br><b>
Testing callouts
@@ -1705,7 +1706,7 @@ Cambridge, England.
</P>
<br><a name="SEC21" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 17 June 2016
+Last updated: 06 July 2016
<br>
Copyright &copy; 1997-2016 University of Cambridge.
<br>