static S regexpFirstGroupIC(S pat, S s) { Matcher m = regexpIC(pat, s); if (m.find()) ret m.group(1); else null; }