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