Closed dcsan closed 9 years ago
We should tighten the regex on this expression
(^|\s)troll(\s|$)
cc @QuincyLarson
@dcsan wouldn't a word break \b around the word troll be sufficient?
\b
e.g. \btroll\b
\btroll\b
We should tighten the regex on this expression
cc @QuincyLarson