regex to parse csv
Posted
by mike
on Stack Overflow
See other posts from Stack Overflow
or by mike
Published on 2010-04-09T22:38:26Z
Indexed on
2010/04/09
22:43 UTC
Read the original article
Hit count: 446
I'm looking for a regex that will parse a line at a time from a csv file. basically, what string.readline() does, but it will allow line breaks if they are within double quotes.
or is there an easier way to do this?
© Stack Overflow or respective owner