http://qs321.pair.com?node_id=1229820


in reply to Re^3: regex for strings with escaped quotes
in thread regex for strings with escaped quotes

I don't quite understand...

I do basically this:

use Regexp::Common qw/delimited/; print $RE{delimited}{-delim=>'"'};
And take what is printed.

How can I get to a pure regex that works then?