Beispiel #1
0
def csv(cell):
    return sep_end_by(line(cell), match("\n"))
Beispiel #2
0
def line(cell):
    return sep_end_by(cell, match(","))