| Title |
Test
Find
Pattern Title
|
| Expression |
(?=(?:[^\']*\'[^\']*\')*(?![^\']*\')) |
| Description |
This exp will parse out space delimited strings with consideration to single quotes. I use it with SQL statements. |
| Matches |
BETWEEN '11/1/2004' AND '12/1/2004 11:59:59 PM' |
| Non-Matches |
flabberguasted |
| Author |
Rating:
Not yet rated.
Scott Richardson
|
| Source |
compilation |
| Your Rating |
|
Title: It doesnt parse out anything
Name: Angel
Date: 7/24/2012 8:23:57 PM
Comment:
Testing the regex with the author example, it fails, returns nothing.