static S firstPartOfHelloString(S s) { int i = s.lastIndexOf('/'); ret i < 0 ? s : rtrim(s.substring(0, i)); }