def csv(cell): return sep_end_by(line(cell), match("\n"))
def line(cell): return sep_end_by(cell, match(","))