static O[] matchesToFormatArgs(Matches m) { O[] o = new O[l(m.m)]; for (int i = 0; i < l(m.m); i++) o[i] = unquote(m.m[i]); ret o; }