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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
perlunicode.pod: Elaborate unicode bug for POSIX
[perl5.git]
/
pod
/
perlunicode.pod
diff --git
a/pod/perlunicode.pod
b/pod/perlunicode.pod
index
bbe2e1a
..
d895357
100644
(file)
--- a/
pod/perlunicode.pod
+++ b/
pod/perlunicode.pod
@@
-1407,7
+1407,8
@@
Using caseless (C</i>) regular expression matching
=item *
-Matching a number of properties in regular expressions, such as C<\w>
+Matching a number of properties in regular expressions, namely C<\s>, C<\w>,
+and all the Posix character classes I<except> C<[[:ascii:]]>.
=item *