static S unixLineBreaks(S s) { ret s == null ? null : s.replace("\r", ""); }