sS linesStartingWithAny(S text, S... prefixes) { ret filterLines(text, s -> startsWithAny(s, prefixes)); }