sbool regexpContains(S pat, S s) { ret regexpFinds(pat, s); } sbool regexpContains(Pattern pat, S s) { ret regexpFinds(pat, s); }