sbool regexpFinds(S pat, S s) { ret regexp(pat, s).find(); } sbool regexpFinds(Pattern pat, S s) { ret regexp(pat, s).find(); }