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

Re^4: Regex AND

by tmoertel (Chaplain)
on Dec 03, 2004 at 18:14 UTC ( [id://412216]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # The following small library lets us create regex-matchers
        # and inverted regex-matchers.
    ...
                  : ! $matcher->(@_)
            }
        }
    
  2. or download this
        # With the above library, we can write our worker code without
        # having to specifiy whether we are interested in matching (=~)
    ...
                }
            }
        }
    
  3. or download this
        # To demonstrate this approach, let us create a matcher for
        # your example pattern:
    ...
        JA300-JA302
        Nor do I match, my non-matching brother!
        JA320-JA394
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-26 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found