static int indexOfIC_fullWord(S s, S word) { ret indexOf_regexpIC(s, "\\b" + regexpQuote(word) + "\\b"); }