sS dropNewLines(S s) { ret s == null ? null : s.replaceAll("[\r\n]", ""); }