Ejemplo n.º 1
0
def csv(cell):
    return sep_end_by(line(cell), match("\n"))
Ejemplo n.º 2
0
def line(cell):
    return sep_end_by(cell, match(","))