This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367b330
)
perlretut: Add info about \N
author
Karl Williamson
<public@khwilliamson.com>
Thu, 31 Mar 2011 15:05:30 +0000
(09:05 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 31 Mar 2011 17:33:21 +0000
(11:33 -0600)
pod/perlretut.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlretut.pod
b/pod/perlretut.pod
index
67c583f
..
78b5636
100644
(file)
--- a/
pod/perlretut.pod
+++ b/
pod/perlretut.pod
@@
-402,6
+402,11
@@
but also digits and characters from non-roman scripts
The period '.' matches any character but "\n" (unless the modifier C<//s> is
in effect, as explained below).
+=item *
+
+\N, like the period, matches any character but "\n", but it does so
+regardless of whether the modifier C<//s> is in effect.
+
=back
The C<\d\s\w\D\S\W> abbreviations can be used both inside and outside