Y
Hacker News
new
|
ask
|
show
|
jobs
by
lelf
4718 days ago
Right now, even
café
is not matched by
\w{4}
. If this is what you call
expected
…
1 comments
mbue
4718 days ago
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.
link