From 2171640d622fec8c4600653b1cf9907d24dfc169 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 27 Feb 2013 18:27:23 -0700 Subject: \N is no longer experimental --- pod/perlexperiment.pod | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'pod/perlexperiment.pod') 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 =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 -- cgit v1.2.1