static L regexpMatchGroupsIC(S pat, S s) { Matcher m = regexpIC(pat, s); if (m.matches()) ret regexpGetGroups(m); null; }