- or download this
$myvar =~ /" # First quote
...
)* # Zero or more
) # End capture
\?"/x; # Followed by a question mark and quote
- or download this
$myvar = q{ abc"def??"ghi?"jkl };
- or download this
$myvar = q{ abc"def??"ghi?"jkl };
...
\?"/sx; # Followed by a question mark and quote
- or download this
matched <def?>