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