sbool containsWord_regexp(S s, S word) { ret containsRegexpIC(s, "\\b" + regexpQuote(word) + "\\b"); }