Documentation update.
This commit is contained in:
parent
9e8c98587f
commit
f3c658cf87
|
@ -2660,8 +2660,9 @@ wastes resources.
|
|||
</P>
|
||||
<P>
|
||||
Non-atomic assertions are not supported by the alternative matching function
|
||||
<b>pcre2_dfa_match()</b>. They are also not supported by JIT (but may be in
|
||||
future). Note that assertions that appear as conditions for
|
||||
<b>pcre2_dfa_match()</b>. They are supported by JIT, but only if they do not
|
||||
contain any control verbs such as (*ACCEPT). (This may change in future). Note
|
||||
that assertions that appear as conditions for
|
||||
<a href="#conditions">conditional groups</a>
|
||||
(see below) must be atomic.
|
||||
</P>
|
||||
|
@ -3827,7 +3828,7 @@ Cambridge, England.
|
|||
</P>
|
||||
<br><a name="SEC32" href="#TOC1">REVISION</a><br>
|
||||
<P>
|
||||
Last updated: 01 January 2020
|
||||
Last updated: 24 January 2020
|
||||
<br>
|
||||
Copyright © 1997-2020 University of Cambridge.
|
||||
<br>
|
||||
|
|
|
@ -8397,9 +8397,10 @@ NON-ATOMIC ASSERTIONS
|
|||
using a non-atomic assertion just wastes resources.
|
||||
|
||||
Non-atomic assertions are not supported by the alternative matching
|
||||
function pcre2_dfa_match(). They are also not supported by JIT (but may
|
||||
be in future). Note that assertions that appear as conditions for con-
|
||||
ditional groups (see below) must be atomic.
|
||||
function pcre2_dfa_match(). They are supported by JIT, but only if they
|
||||
do not contain any control verbs such as (*ACCEPT). (This may change in
|
||||
future). Note that assertions that appear as conditions for conditional
|
||||
groups (see below) must be atomic.
|
||||
|
||||
|
||||
SCRIPT RUNS
|
||||
|
@ -9489,7 +9490,7 @@ AUTHOR
|
|||
|
||||
REVISION
|
||||
|
||||
Last updated: 01 January 2020
|
||||
Last updated: 24 January 2020
|
||||
Copyright (c) 1997-2020 University of Cambridge.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH PCRE2PATTERN 3 "01 January 2020" "PCRE2 10.35"
|
||||
.TH PCRE2PATTERN 3 "24 January 2020" "PCRE2 10.35"
|
||||
.SH NAME
|
||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||
.SH "PCRE2 REGULAR EXPRESSION DETAILS"
|
||||
|
@ -2672,8 +2672,9 @@ as before because nothing has changed, so using a non-atomic assertion just
|
|||
wastes resources.
|
||||
.P
|
||||
Non-atomic assertions are not supported by the alternative matching function
|
||||
\fBpcre2_dfa_match()\fP. They are also not supported by JIT (but may be in
|
||||
future). Note that assertions that appear as conditions for
|
||||
\fBpcre2_dfa_match()\fP. They are supported by JIT, but only if they do not
|
||||
contain any control verbs such as (*ACCEPT). (This may change in future). Note
|
||||
that assertions that appear as conditions for
|
||||
.\" HTML <a href="#conditions">
|
||||
.\" </a>
|
||||
conditional groups
|
||||
|
@ -3871,6 +3872,6 @@ Cambridge, England.
|
|||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 01 January 2020
|
||||
Last updated: 24 January 2020
|
||||
Copyright (c) 1997-2020 University of Cambridge.
|
||||
.fi
|
||||
|
|
Loading…
Reference in New Issue