static bool containsRegexp(S s, S pat) { ret compileRegexp(pat).matcher(s).find(); }