Hacker News new | ask | show | jobs
by Lindrian 4713 days ago
I'm not sure I agree it should be default; it's not expected behavior. Either way, there are too many flags to add them all to the quickref, I figured I would just show the most common.
1 comments

Right now, even café is not matched by \w{4}. If this is what you call expected
Yes, this is explicitly a tool that uses PCRE via PHP. So I'd expect the behaviour to exactly reflect that of the `preg` suite in PHP... which does not use `u` by default.