static LS regexpFirstGroupsIC(S pat, S s) { if (s == null) null; Matcher m = regexpIC(pat, s); ret m.find() ? regexpGetGroups(m) : null; }