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