diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-27 18:27:23 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-02-27 18:30:59 -0700 |
commit | 2171640d622fec8c4600653b1cf9907d24dfc169 (patch) | |
tree | 455b0bc9f7efd236bd3308e19e2f5510b150a5c8 /pod/perlexperiment.pod | |
parent | 2d8edfd19d3ae7a665ce2648c86d00540f61f564 (diff) | |
download | perl-2171640d622fec8c4600653b1cf9907d24dfc169.tar.gz |
\N is no longer experimental
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index ad88c06f9e..0f1a907076 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -232,15 +232,6 @@ See also: L<perlre/"Special Backtracking Control Verbs"> =item Code expressions, conditional expressions, and independent expressions in regexes -=item The C<\N> regex character class - -The C<\N> character class, not to be confused with the named character -sequence C<\N{NAME}>, denotes any non-newline character in a regular -expression. - -Introduced in: Perl 5.12 - -See also: =item gv_try_downgrade @@ -273,7 +264,13 @@ They are also awarded +5 Stability and +3 Charisma. =over 8 -=item (none yet identified) +=item The C<\N> regex character class + +The C<\N> character class, not to be confused with the named character +sequence C<\N{NAME}>, denotes any non-newline character in a regular +expression. + +Introduced in: Perl 5.12 =back |