Community Member Profile
Andrew
Member since Feb 3, 2012
- Profile: /members/9580-Andrew.htm
- Comments: 1
- Points: 12
Recent Blog Comments By Andrew
-
Regular Expressions Make CSV Parsing In ColdFusion So Much Easier (And Faster)
Posted on Feb 3, 2012 at 5:05 PM
I tried using your RegEx in my C# program, but it was matching an extra empty-string at the end and so I would end up with an extra field that doesn't exist, so I changed it to this: (^|,)("(?:[^"]|"")*"|[^,\r\n]*) It finds beginning string or comma first, the... read more »



