static S regexpLastGroup(S pat, S s) { ret last(regexpFirstGroups(pat, s)); }