summaryrefslogtreecommitdiff
path: root/doc/html/pcre2compat.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-23 15:52:08 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-23 15:52:08 +0000
commit163201a2597ab279460ac428f68f652a84bf421f (patch)
treeca03207e78f10d17ee33e1c7dd1dcc7dbcf1530a /doc/html/pcre2compat.html
parentf7d8c0d5c08e6776772e215897b1ccec25440b2c (diff)
downloadpcre2-163201a2597ab279460ac428f68f652a84bf421f.tar.gz
Implement pcre2_callout_enumerate().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@229 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2compat.html')
-rw-r--r--doc/html/pcre2compat.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/pcre2compat.html b/doc/html/pcre2compat.html
index 2939a88..3b29e6f 100644
--- a/doc/html/pcre2compat.html
+++ b/doc/html/pcre2compat.html
@@ -83,11 +83,11 @@ the
documentation for details.
</P>
<P>
-8. Subpatterns that are called as subroutines (whether or not recursively) are
-always treated as atomic groups in PCRE2. This is like Python, but unlike Perl.
-Captured values that are set outside a subroutine call can be reference from
-inside in PCRE2, but not in Perl. There is a discussion that explains these
-differences in more detail in the
+8. Subroutine calls (whether recursive or not) are treated as atomic groups.
+Atomic recursion is like Python, but unlike Perl. Captured values that are set
+outside a subroutine call can be referenced from inside in PCRE2, but not in
+Perl. There is a discussion that explains these differences in more detail in
+the
<a href="pcre2pattern.html#recursiondifference">section on recursion differences from Perl</a>
in the
<a href="pcre2pattern.html"><b>pcre2pattern</b></a>
@@ -214,9 +214,9 @@ Cambridge, England.
REVISION
</b><br>
<P>
-Last updated: 28 September 2014
+Last updated: 15 March 2015
<br>
-Copyright &copy; 1997-2014 University of Cambridge.
+Copyright &copy; 1997-2015 University of Cambridge.
<br>
<p>
Return to the <a href="index.html">PCRE2 index page</a>.