static LS regexpTok(S pat, S s) {
  ret regexpMatchesAsCNC(pat, s);
}