37 |
represent a binary zero. |
represent a binary zero. |
38 |
.P |
.P |
39 |
5. The following Perl escape sequences are not supported: \el, \eu, \eL, |
5. The following Perl escape sequences are not supported: \el, \eu, \eL, |
40 |
and \eU. In fact these are implemented by Perl's general string-handling and |
\eU, and \eN when followed by a character name or Unicode value. (\eN on its |
41 |
are not part of its pattern matching engine. If any of these are encountered by |
own, matching a non-newline character, is supported.) In fact these are |
42 |
PCRE, an error is generated. |
implemented by Perl's general string-handling and are not part of its pattern |
43 |
|
matching engine. If any of these are encountered by PCRE, an error is |
44 |
|
generated. |
45 |
.P |
.P |
46 |
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 |
47 |
built with Unicode character property support. The properties that can be |
built with Unicode character property support. The properties that can be |
109 |
names map to capturing subpattern number 1. To avoid this confusing situation, |
names map to capturing subpattern number 1. To avoid this confusing situation, |
110 |
an error is given at compile time. |
an error is given at compile time. |
111 |
.P |
.P |
112 |
13. Perl recognizes comments in some places that PCRE doesn't, for example, |
13. Perl recognizes comments in some places that PCRE does not, for example, |
113 |
between the ( and ? at the start of a subpattern. |
between the ( and ? at the start of a subpattern. If the /x modifier is set, |
114 |
|
Perl allows whitespace between ( and ? but PCRE never does, even if the |
115 |
|
PCRE_EXTENDED option is set. |
116 |
.P |
.P |
117 |
14. PCRE provides some extensions to the Perl regular expression facilities. |
14. PCRE provides some extensions to the Perl regular expression facilities. |
118 |
Perl 5.10 includes new features that are not in earlier versions of Perl, some |
Perl 5.10 includes new features that are not in earlier versions of Perl, some |