I have a serties of strings

john doe
sam f smith
joe s thomas jr


i need a regex that will return each word in the string.  I have tries
variations on (.*)\b(.*) but i can't get it.  what is the proper
syntax?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to