From bf7786d465a51a7a258b8f2ffd7989b231885e73 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 30 Mar 2011 19:26:38 -0600 Subject: [PATCH] perlrecharclass: Mention UCD::num() --- pod/perlrecharclass.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index d9eff38..dfc774b 100644 --- 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. +digits in a row be from the same script. This can be checked by using +L. Any character not matched by C<\d> is matched by C<\D>. -- 2.7.4