sS withoutLinesStartingWithIC(S prefix, S text) { ret lines_possiblyRTrim(text, withoutStartingWithIC(lines(text), prefix)); }