static L splitAtSlash(S s) { ret trimAll(asList(s.split("/"))); }