summaryrefslogtreecommitdiff
path: root/pod/perlrebackslash.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-16 08:40:50 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-17 18:08:08 +0200
commitc741660aac46f1784b5ef16aeab5e4958a91df78 (patch)
tree4cfd64685f0460e59e4a46b4f44a8c5b43c7f5c1 /pod/perlrebackslash.pod
parentafefe6bfcf9956c77e5f9eee351e3d13be12ea3b (diff)
downloadperl-c741660aac46f1784b5ef16aeab5e4958a91df78.tar.gz
Basic docs for \N
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r--pod/perlrebackslash.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index ddd7abee38..40f73fcbc1 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -83,6 +83,7 @@ quoted constructs>.
\l Lowercase next character.
\L Lowercase till \E.
\n (Logical) newline character.
+ \N Any character but newline.
\N{} Named (Unicode) character.
\p{}, \pP Character with a Unicode property.
\P{}, \PP Character without a Unicode property.