Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(?<=(?:^|,)")(?:[^"]|"")+
|
Description |
A regex that will split a CSV file when used for MATCH function.
All values must be in quotes, and seperated by commas.
Ex. "test1","test2","test3"
Quotes themselves are not captured
Note: Only works in regex engines that support backreferences (Java, .NET, php, etc). JavaScript is not one of them.
|
Matches |
"test1","test2"
|
Non-Matches |
test1,test2
|
Author |
Rating:
Andrew Stakhov
|
Displaying page
of
pages;
Items to