in reply to Re^6: Regex to remove generic accounts
in thread Regex to remove generic accounts

Hmmm.... The Kanji for 1-9 (they use "our" 0 for denoting zero) can be used in two ways, one mimics exactly our positional base-10 system, the other one does not (it is easy to see from the way the number is written which of the two usages is being employed). So, if Kanji don't count for \d, can you give me other examples besides 0-9 which are considered digits? Maybe the Greek ordinal symbols? They are at least used in "base 10" fashion.

-- 
Ronald Fischer <ynnor@mm.st>

Replies are listed 'Best First'.
Re^8: Regex to remove generic accounts
by JavaFan (Canon) on Oct 28, 2008 at 13:42 UTC
    perl -MConfig -aF';' -nE 'BEGIN {@ARGV = "$Config{privlib}/unicore/Uni +codeData.txt"} say $F[1] if $F[2] eq "Nd"'
    This gives me 290 matches in 5.10.
      and 270 in 5.8
      []s, HTH, Massa (κς,πμ,πλ)