in reply to
Re^2: Regex: Matching quoted text
in thread
Regex: Matching quoted text
Not if you want the match to show up in $1, regardless of which alternation matched. If it was possible beforehand, 5.10 would not have introduced the
(?|)
construct.
Comment on
Re^3: Regex: Matching quoted text
Download
Code
In Section
Seekers of Perl Wisdom