static Matcher safeRegexpIC(S pat, S s) { ret regexpIC(pat).matcher(InterruptibleString(s)); }