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: 423

Filed under:
|
|

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

Related posts about ASP.NET

Related posts about regex