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

Just for reference:

  /\p{Digit}/.match "੧" => #<MatchData "੧">