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