static Matches dropFirstAndLastFromMatches(Matches m) { ret m == null ? null : new Matches(subStringArray(m.m, 1, l(m.m)-1)); }