Title |
Test
Find
Match fields in a csv row
|
Expression |
(\"(?<word>[^\"]+|\"\")*\"|(?<word>[^,]*)) |
Description |
This will match fields in a row of a csv file. Values can be double quoted or not. If a value is double quoted it can have commas inside it. Each value will be captured to word. |
Matches |
"test","test this",test, test,test ,"123,456.12" |
Non-Matches |
'te, st' |
Author |
Rating:
jeremy chapman
|
Source |
|
Your Rating |
|
Title: Does not seem working
Name: does not work
Date: 1/30/2008 10:50:10 AM
Comment:
does not work