static LS splitAtPlus(S s) { ret trimAll(asList(unnull(s).split("\\+"))); }