Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: how to use "NOT" in regex

by mellon85 (Monk)
on Mar 23, 2011 at 23:34 UTC ( [id://895151]=note: print w/replies, xml ) Need Help??


in reply to how to use "NOT" in regex

can't you match the strings that start with those two words and then negate the condition? makes more sense to me as a regexp

if (!/^($word1|$word2)/) { # code }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found