diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-10-20 19:22:35 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-20 19:39:31 -0600 |
commit | 0be9b861b326969b378910bfcdea3f19d0d42992 (patch) | |
tree | 76c2f3c7e3e7cee4b6a02b8a2ad306a6983f5b6a /pod/perlrecharclass.pod | |
parent | 8558c2235a840b517d5695dacda27eee886382e5 (diff) | |
download | perl-0be9b861b326969b378910bfcdea3f19d0d42992.tar.gz |
perlrecharclass: Nit
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r-- | pod/perlrecharclass.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 3a105798a0..f50699b951 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -722,7 +722,8 @@ it could alter the behavior of C<[[:punct:]]>). The similarly named property, C<\p{Punct}>, matches a somewhat different set in the ASCII range, namely -C<[-!"#%&'()*,./:;?@[\\\]_{}]>. That is, it is missing C<[$+E<lt>=E<gt>^`|~]>. +C<[-!"#%&'()*,./:;?@[\\\]_{}]>. That is, it is missing the nine +characters C<[$+E<lt>=E<gt>^`|~]>. This is because Unicode splits what POSIX considers to be punctuation into two categories, Punctuation and Symbols. |