sbool regexpMatchesIC(S pat, S s) { ret regexpICMatches(pat, s); } sbool regexpMatchesIC(Pattern pat, S s) { ret regexpICMatches(pat, s); }