static LS splitAtMinus(S s) { ret trimAll(asList(s.split("\\-"))); }