Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
CSV match each element with a group for the field and for the separator; handles multilines
0
(?x) # enable comments and ignore spaces ( \s* # include white space (?: [^",\s][^,\r\n]* # if there is stuff, it cannot beging with space. If it isn't a quote, then freeform until comma or eol. | ["](?:[^"]|["]["])*["] # if its a quote, skip double quotes and everything until another quote. )? ) (,|$)
Gerard ONeill
02/19/2013 22:46:58
0 comments so far.
Preview
<< back to
Library
Regex Hero
.NET Regex Tester
Reference
Library
Videos
Support