sbool ctxRegexpFind(S pat, S s) {
  ret regexpCtx(pat, s).find();
}