Y
Hacker News
new
|
ask
|
show
|
jobs
by
kps
1105 days ago
For grep, how much of the difference is due to '\w' having a different meaning between the two cases?
1 comments
burntsushi
1105 days ago
That's exactly the point. ripgrep uses the Unicode definition by default and so corresponds to what GNU grep is doing in the en_US.UTF-8 locale.
link