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:
6a213ac
)
perlrecharclass: Mention UCD::num()
author
Karl Williamson
<public@khwilliamson.com>
Thu, 31 Mar 2011 01:26:38 +0000
(19:26 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 31 Mar 2011 02:08:51 +0000
(20:08 -0600)
pod/perlrecharclass.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrecharclass.pod
b/pod/perlrecharclass.pod
index
d9eff38
..
dfc774b
100644
(file)
--- a/
pod/perlrecharclass.pod
+++ b/
pod/perlrecharclass.pod
@@
-107,7
+107,8
@@
have different values. For example, BENGALI DIGIT FOUR (U+09EA) looks
very much like an ASCII DIGIT EIGHT (U+0038).
It may be useful for security purposes for an application to require that all
-digits in a row be from the same script. See L<Unicode::UCD/charscript()>.
+digits in a row be from the same script. This can be checked by using
+L<Unicode::UCD/num()>.
Any character not matched by C<\d> is matched by C<\D>.