in reply to Re^2: Quoted Text rule for Parse::RecDescent?in thread Quoted Text rule for Parse::RecDescent?
string: <perl_quotelike> { my ($marker, $quote, $text) = @{$item[0]}[0..2]; !marker && $quote =~ /['"]/ ? $text : undef } [download]