static Matcher regexpMatcherIC(S pat, S s) { ret compileRegexpIC(pat).matcher(unnull(s)); }