Hiya, I'm having a brain melt right now :

I do this to match one word only.
m/^(\w+)$/)

What regex do I need to match multiple , unkown ammounts of words?
Will this do it? Or is there a better way? 
m/^\w[\w*|\s*]\w$/

I know there is but like Isaid my brain stopped for luunch a while ago.

Thanks

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to