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:
bc1d972
)
perlrecharclass: Fix typo
author
Karl Williamson
<khw@cpan.org>
Mon, 30 Mar 2015 03:23:54 +0000
(21:23 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 30 Mar 2015 04:14:01 +0000
(22:14 -0600)
pod/perlrecharclass.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrecharclass.pod
b/pod/perlrecharclass.pod
index
20a439a
..
ce28771
100644
(file)
--- a/
pod/perlrecharclass.pod
+++ b/
pod/perlrecharclass.pod
@@
-478,7
+478,7
@@
Ranges> will be explained shortly.) Therefore,
'ss' =~ /\A[\0-\x{ff}]\z/ui # Doesn't match
'ss' =~ /\A[\0-\N{LATIN SMALL LETTER SHARP S}]\z/ui # No match
'ss' =~ /\A[\xDF-\xDF]\z/ui # Matches on ASCII platforms, since
- # \
X
DF is LATIN SMALL LETTER SHARP S,
+ # \
x
DF is LATIN SMALL LETTER SHARP S,
# and the range is just a single
# element