|
|
|
|
|
by yahelc
4779 days ago
|
|
Doesn't appear to in JavaScript: "੧".match(/\d/); //null
(Incidentally, this may explain the finding from http://stackoverflow.com/a/16622773/172322, as to why adding the RegexOptions.ECMAScript flag in the C# code eliminates the performance gap) |
|
print re.match(r'\d','੧')
None