mirror of
https://github.com/PCRE2Project/pcre2.git
synced 2025-10-20 12:55:08 +08:00
Update documentation for scan_substring; also some code trailing space tidies
This commit is contained in:
@@ -236,6 +236,10 @@ and condition references such as (?(4)...). PCRE2 supports relative group
|
||||
numbers such as +2 and -4 in all three cases. Perl supports both plus and minus
|
||||
for subroutine calls, but only minus for back references, and no relative
|
||||
numbering at all for conditions.
|
||||
<br>
|
||||
<br>
|
||||
(m) The scan substring assertion (syntax (*scs:(n)...)) is a PCRE2 extension
|
||||
that is not available in Perl.
|
||||
</P>
|
||||
<P>
|
||||
20. Perl has different limits than PCRE2. See the
|
||||
@@ -272,7 +276,7 @@ Cambridge, England.
|
||||
REVISION
|
||||
</b><br>
|
||||
<P>
|
||||
Last updated: 12 August 2024
|
||||
Last updated: 30 August 2024
|
||||
<br>
|
||||
Copyright © 1997-2024 University of Cambridge.
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user