summaryrefslogtreecommitdiff
path: root/doc/html/pcre2syntax.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-12-28 13:53:59 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-12-28 13:53:59 +0000
commit92a70745ba213b299a496344e59b8b7c620ccdcf (patch)
treea2bc3663125d0281558b5a9a583991167588f855 /doc/html/pcre2syntax.html
parente5add45d2f1cb11e6a2370e7bf4fbd1d60ce306e (diff)
downloadpcre2-92a70745ba213b299a496344e59b8b7c620ccdcf.tar.gz
Add (?* and (?<* synonyms for non-atomic lookarounds.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1197 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2syntax.html')
-rw-r--r--doc/html/pcre2syntax.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/html/pcre2syntax.html b/doc/html/pcre2syntax.html
index 00f0513..3687b35 100644
--- a/doc/html/pcre2syntax.html
+++ b/doc/html/pcre2syntax.html
@@ -553,11 +553,13 @@ Each top-level branch of a lookbehind must be of a fixed length.
<P>
These assertions are specific to PCRE2 and are not Perl-compatible.
<pre>
- (*napla:...)
- (*non_atomic_positive_lookahead:...)
+ (?*...) )
+ (*napla:...) ) synonyms
+ (*non_atomic_positive_lookahead:...) )
- (*naplb:...)
- (*non_atomic_positive_lookbehind:...)
+ (?&#60;*...) )
+ (*naplb:...) ) synonyms
+ (*non_atomic_positive_lookbehind:...) )
</PRE>
</P>
<br><a name="SEC21" href="#TOC1">SCRIPT RUNS</a><br>
@@ -683,7 +685,7 @@ Cambridge, England.
</P>
<br><a name="SEC29" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 29 July 2019
+Last updated: 28 December 2019
<br>
Copyright &copy; 1997-2019 University of Cambridge.
<br>