summaryrefslogtreecommitdiff
path: root/pod/perlrebackslash.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-04-19 15:17:02 +0100
committerDavid Mitchell <davem@iabyn.com>2013-04-19 15:17:02 +0100
commit4e5e0888b07feb8495a69093af3e1d81667e58d4 (patch)
treec510df800e8def85816c39fecfb05797b86c4ab9 /pod/perlrebackslash.pod
parent829397b99f83e87c6de6b242a42a7d663e7e6937 (diff)
downloadperl-4e5e0888b07feb8495a69093af3e1d81667e58d4.tar.gz
\N was still marked experimental in some places
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r--pod/perlrebackslash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index c943b85fa1..b34ce0c07d 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -85,7 +85,7 @@ as C<Not in [].>
\l Lowercase next character. Not in [].
\L Lowercase till \E. Not in [].
\n (Logical) newline character.
- \N Any character but newline. Experimental. Not in [].
+ \N Any character but newline. Not in [].
\N{} Named or numbered (Unicode) character or sequence.
\o{} Octal escape sequence.
\p{}, \pP Character with the given Unicode property.