|
|
|
|
|
by pfedor
4780 days ago
|
|
Doesn't happen in Perl for me: pfedor@Pawels-iMac:~$ perl -ne 'print "Digit!\n" if /\d/'
af
3
Digit!
23fa3
Digit!
asdf
١٢٣٤٥٦٧٨٩۰۱۲۳۴۵۶۷۸۹
৩৪৫৬৭৮৯੦੧੨੩੪੫੬੭੮੯૦૧૨૩૪૫
୧୨୩୪୫୬୭୮
౨౩౪౫౬౭౮౯೦೧೨೩೪೫೬೭೮೯൦൧൨൩൪൫൬൭൮൯๐๑๒๓๔๕๖๗๘๙໐໑໒໓
234
Digit!
(perl from Macports and perl from /usr/bin/perl behave the same in this respect.) |
|