sbool regexpICFind(Pattern pat, S s) { ret regexpIC(pat, s).find(); } sbool regexpICFind(S pat, S s) { ret regexpIC(pat, s).find(); }