Hacker News new | ask | show | jobs
by ot 5348 days ago
You can use '\b' which matches "word boundaries", so the regex would be something like "\bmac\b".
1 comments

Thanks, I'm going to update the code and re-run the numbers.