Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: AND and OR on Regular Expressions

by busunsl (Vicar)
on Aug 25, 2009 at 14:07 UTC ( [id://791084]=note: print w/replies, xml ) Need Help??


in reply to AND and OR on Regular Expressions

I think the easiest way to handle ANDs is using multiple regexen:
if (/olive/ and /popeye|bluto/) { }
But if you know the order of appearance (i.e. olive before popeye) you can use:
/olive.*(popeye|bluto)/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found