static bool containsRegexpIC(S s, S pat) { ret compileRegexpIC(pat).matcher(s).find(); }