summaryrefslogtreecommitdiff
path: root/doc/html/pcre2pattern.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-22 16:36:15 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-22 16:36:15 +0000
commitde4223f882b82289c8d848a773fa0ce7b33d247a (patch)
treeea89e5cea90e832e6ea8f4fc67cb7bb9dd01178b /doc/html/pcre2pattern.html
parentf12e4d9f0c16adbab2870581479a28c2ed30c40b (diff)
downloadpcre2-de4223f882b82289c8d848a773fa0ce7b33d247a.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1118 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2pattern.html')
-rw-r--r--doc/html/pcre2pattern.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/pcre2pattern.html b/doc/html/pcre2pattern.html
index 71870c6..14f78c8 100644
--- a/doc/html/pcre2pattern.html
+++ b/doc/html/pcre2pattern.html
@@ -3525,9 +3525,10 @@ first match attempt, the second attempt would start at the second character
instead of skipping on to "c".
</P>
<P>
-If (*SKIP) is used inside a lookbehind to specify a new starting position that
-is not later than the starting point of the current match, the position
-specified by (*SKIP) is ignored, and instead the normal "bumpalong" occurs.
+If (*SKIP) is used to specify a new starting position that is the same as the
+starting position of the current match, or (by being inside a lookbehind)
+earlier, the position specified by (*SKIP) is ignored, and instead the normal
+"bumpalong" occurs.
<pre>
(*SKIP:NAME)
</pre>
@@ -3754,7 +3755,7 @@ Cambridge, England.
</P>
<br><a name="SEC31" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 21 June 2019
+Last updated: 22 June 2019
<br>
Copyright &copy; 1997-2019 University of Cambridge.
<br>