Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Regex negative word

by unobe (Scribe)
on Apr 02, 2006 at 04:15 UTC ( [id://540701]=note: print w/replies, xml ) Need Help??


in reply to Regex negative word

Just for fun, I decided to try using (?(cond)ptrue[|pfalse]) , a regexp feature I learned just yesterday while reading the Perl Pocket Reference. However, reading perldoc perlre, I noted something the Perl Pocket Reference didn't: this feature is "highly experimental". That's probably why it wasn't used by anyone in the first place. Since this isn't in the first place, no harm done. :-)
/^(?(?!cat).*\bdog)$/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-18 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found