Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: regexp question

by kidd (Curate)
on Aug 19, 2002 at 16:08 UTC ( [id://191217]=note: print w/replies, xml ) Need Help??


in reply to Re: regexp question
in thread regexp question

Thanks...it worked grrreat... :-)

Just one more thing...how could I check that all the words in the array are in the line?

Thanks

Replies are listed 'Best First'.
Re: regexp question
by Abigail-II (Bishop) on Aug 19, 2002 at 16:13 UTC
    By not being smart and wanting it in a single regexp. Use your foreach loop and a counter. Increment the counter for each match found, and compare after the loop whether the counter equals the size of the array. Or just bail out whenever there isn't a match, depending a bit on what exactly you want to do.

    Abigail

      Yupi!!!

      I did it...thanks for your help...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found