Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Quoted Text rule for Parse::RecDescent?

by suaveant (Parson)
on Aug 26, 2005 at 18:10 UTC ( [id://486965]=note: print w/replies, xml ) Need Help??


in reply to Re: Quoted Text rule for Parse::RecDescent?
in thread Quoted Text rule for Parse::RecDescent?

Ahh... I saw that, but I had some trouble figuring out how to limit it to ' and ", thanks.

                - Ant
                - Some of my best work - (1 2 3)

Replies are listed 'Best First'.
Re^3: Quoted Text rule for Parse::RecDescent?
by TheDamian (Vicar) on Aug 27, 2005 at 00:55 UTC
    Presumably now you've worked out that, to restrict it to quoted texts, you need something like:
    string: <perl_quotelike> { my ($marker, $quote, $text) = @{$item[0]}[0..2]; !marker && $quote =~ /['"]/ ? $text : undef }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://486965]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-03-28 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found