sbool swic_wordBoundary(S a, S b) { ret containsRegexpIC(a, "^" + regexpQuote(b) + "\\b."); }