static Matcher safeRegexp(S pat, S s) { ret regexp(pat).matcher(InterruptibleString(s)); }