// performs matches() static L regexpGetGroups_fullMatch(S pat, S s) { Matcher m = regexpMatcher(pat, s); if (m.matches()) ret regexpGetGroups(m); null; }