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 q
The FileHelpers library is pretty good for this purpose.
http://www.filehelpers.net/