static LS regexpICFullMatch_groups(S pattern, S text) { Matcher matcher = regexpIC(pattern, text); ret matcher.matches() ? regexpGetGroups(matcher) : null; }