diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-16 08:40:50 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-17 18:08:08 +0200 |
commit | c741660aac46f1784b5ef16aeab5e4958a91df78 (patch) | |
tree | 4cfd64685f0460e59e4a46b4f44a8c5b43c7f5c1 /pod/perlrebackslash.pod | |
parent | afefe6bfcf9956c77e5f9eee351e3d13be12ea3b (diff) | |
download | perl-c741660aac46f1784b5ef16aeab5e4958a91df78.tar.gz |
Basic docs for \N
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r-- | pod/perlrebackslash.pod | 1 |
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. |