sS dropTrailingCommaFromAllLines(S s) { ret mapEachLine(s, line -> dropSuffix(",", rtrim(line))); }