sS withoutLine(S s, S text) { if (!contains(text, s)) ret text; ret lines_possiblyRTrim(text, listMinus(lines(text), s)); }