static L splitAtUnderscore(S s) { ret asList(s.split("_")); }