187188189190191192193194
Integer cols = null; if (m2.find()) { cols = new Integer(m2.group(1)); } return new Range(rows, cols); }