On Jan 9, 2008 6:54 PM, <[EMAIL PROTECTED]> wrote:
> 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?
Have you consider
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