in reply to
Perl Matching
Try
index
:
find the position of the first quotation mark in your string
(if there is one): find the position of the next quotation mark, starting your search at the position determined in step 1
HTH, Rata
Comment on
Re: Perl Matching
In Section
Seekers of Perl Wisdom