Re: returning groups from a string

2008-01-10 Thread Chas. Owens
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

returning groups from a string

2008-01-10 Thread kirk
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