83 |
.P |
.P |
84 |
11. PCRE does support Perl 5.10's backtracking verbs (*ACCEPT), (*FAIL), (*F), |
11. PCRE does support Perl 5.10's backtracking verbs (*ACCEPT), (*FAIL), (*F), |
85 |
(*COMMIT), (*PRUNE), (*SKIP), and (*THEN), but only in the forms without an |
(*COMMIT), (*PRUNE), (*SKIP), and (*THEN), but only in the forms without an |
86 |
argument. PCRE does not support (*MARK). If (*ACCEPT) is within capturing |
argument. PCRE does not support (*MARK). If (*ACCEPT) is within capturing |
87 |
parentheses, PCRE does not set that capture group; this is different to Perl. |
parentheses, PCRE does not set that capture group; this is different to Perl. |
88 |
.P |
.P |
89 |
12. PCRE provides some extensions to the Perl regular expression facilities. |
12. PCRE provides some extensions to the Perl regular expression facilities. |