Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re:{2} Regular expression and

by jeroenes (Priest)
on Nov 13, 2001 at 16:18 UTC ( [id://125035]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular expression and
in thread Regular expression for two required words

Two nitbits:
  1. You don't need the 's' modifier there, as the you already have the string in one line;
  2. This is a place to use grep as a filter: @matched  = grep /.../, <DATA>;

Jeroen

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found