summaryrefslogtreecommitdiff
path: root/doc/html/pcre2pattern.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-20 16:28:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-20 16:28:57 +0000
commit828b993f614a6f7d5cab4096e2e508a93388976b (patch)
tree913cd8f424757c6d9847b8bb64e9e067833f2ed6 /doc/html/pcre2pattern.html
parent0dd710da35c1a4e9aa27fd6badfa2370dc9c504a (diff)
downloadpcre2-828b993f614a6f7d5cab4096e2e508a93388976b.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1114 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2pattern.html')
-rw-r--r--doc/html/pcre2pattern.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/html/pcre2pattern.html b/doc/html/pcre2pattern.html
index 3c915d4..f3e4106 100644
--- a/doc/html/pcre2pattern.html
+++ b/doc/html/pcre2pattern.html
@@ -3517,6 +3517,11 @@ next attempt at "c". Note that a possessive quantifer does not have the same
effect as this example; although it would suppress backtracking during the
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 point that is
+not later than the starting point of the current match, it is ignored, and the
+normal "bumpalong" occurs.
<pre>
(*SKIP:NAME)
</pre>