Y
Hacker News
new
|
ask
|
show
|
jobs
by
zahlman
87 days ago
Good to know. Although a lookbehind for `\d+` doesn't really gain anything over a lookbehind for `\d` anyway; they match in the same circumstances, just with different results.