static S onlyAfter(S s, char c) { int i = s.indexOf(c); ret i >= 0 ? s.substring(i+1) : ""; }