Y
Hacker News
new
|
ask
|
show
|
jobs
by
Falling3
4781 days ago
Exactly what I was thinking.
Doesn't in Ruby:
/\d/.match "੧" #=> nil
1 comments
Argorak
4780 days ago
Just for reference:
/\p{Digit}/.match "੧" => #<MatchData "੧">
link