static S afterLastSpace(S s) { ret s == null ? null : substring(s, s.lastIndexOf(' ')+1); }