38 |
own, matching a non-newline character, is supported.) In fact these are |
own, matching a non-newline character, is supported.) In fact these are |
39 |
implemented by Perl's general string-handling and are not part of its pattern |
implemented by Perl's general string-handling and are not part of its pattern |
40 |
matching engine. If any of these are encountered by PCRE, an error is |
matching engine. If any of these are encountered by PCRE, an error is |
41 |
generated by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set, |
generated by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set, |
42 |
\eU and \eu are interpreted as JavaScript interprets them. |
\eU and \eu are interpreted as JavaScript interprets them. |
43 |
.P |
.P |
44 |
6. The Perl escape sequences \ep, \eP, and \eX are supported only if PCRE is |
6. The Perl escape sequences \ep, \eP, and \eX are supported only if PCRE is |