sS matcherGroup(java.util.regex.Matcher m, int n) { ret m != null && n >= 1 && n <= m.groupCount() ? m.group(n) : null; }