static LS matchesToStringList(Matches m) { ret m == null ? null : toStringList(m.m); }