sbool regexpFindIC(Pattern pat, S s) { ret regexpICFind(pat, s); } sbool regexpFindIC(S pat, S s) { ret regexpICFind(pat, s); }