static LS trimAll(S... l) { ret trimAll(asList(l)); } static LS trimAll(Cl l) { new LS l2; if (l != null) for (S s : l) l2.add(trim(s)); ret l2; }