static bool containsRegexp(S s, S pat) { ret regexpFinds(pat, s); }