Re: Simple Regex Question

2010-08-22 Thread Luka Stojanovic
On Sunday 22 August 2010 01:11:38 CuppoJava wrote: Hi Everyone, I'm extremely stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really appreciate the help. Given a string consisting of a's, b's, and spaces

Re: Simple Regex Question

2010-08-22 Thread CuppoJava
Everyone, I'm extremely stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really appreciate the help. Given a string consisting of a's, b's, and spaces:  aaa bbb abb ab bb I want to tokenize

Simple Regex Question

2010-08-21 Thread CuppoJava
Hi Everyone, I'm extremely stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really appreciate the help. Given a string consisting of a's, b's, and spaces: aaa bbb abb ab bb I want to tokenize this into string's

Re: Simple Regex Question

2010-08-21 Thread Chouser
On Sat, Aug 21, 2010 at 7:11 PM, CuppoJava patrickli_2...@hotmail.com wrote: Hi Everyone, I'm extremely stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really appreciate the help. Given a string consisting

Re: Simple Regex Question

2010-08-21 Thread CuppoJava
stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really appreciate the help. Given a string consisting of a's, b's, and spaces:  aaa bbb abb ab bb I want to tokenize this into string's of a's and b's.  eg

Re: Simple Regex Question

2010-08-21 Thread David Sletten
21, 8:45 pm, Chouser chou...@gmail.com wrote: On Sat, Aug 21, 2010 at 7:11 PM, CuppoJava patrickli_2...@hotmail.com wrote: Hi Everyone, I'm extremely stuck on this simple regex question, which I'm sure someone with a little more experience will be able to write in a second. I would really