static LS linesStartingWith(S prefix, S text) { ret startingWith(lines(text), prefix); }