Hacker News new | ask | show | jobs
by mimmuz 3982 days ago
the system tries to generalize, so probably it choose something like \d+ (it is shorter)
1 comments

Depending on unicode settings, \d != [0-9]. See:

http://stackoverflow.com/a/6479605/4359699