in reply to
Matching optionally quoted string
Dear monks, so far I have seen many monks doing
unncecessary work. Is lazyness not the first virtue
of the Perl programmer?
I always use: $foo =~ m!href="([^"]*)!i;
After all, what you want to match is just non-"
characters...
My site
Comment on
Re: Matching optionally quoted string
In Section
Seekers of Perl Wisdom