Re: regular expression help+tokens instead of words

2005-08-02 Thread Patrick Martin
Hi, You could try to replace the blank character by ' myPrefix' (not the blank before myPrefix). Patrick Martin On 8/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > thanks Ahmed it works for the sample string i provided. > My question is how can you avoid special characters e.g instead o

RE: regular expression help+tokens instead of words

2005-08-02 Thread hind.lwahhabi
thanks Ahmed it works for the sample string i provided. My question is how can you avoid special characters e.g instead of Foo Bar blabla , you have: input string=foo/bar.ext foo/some1.ext. The goal is to match the tokens separated by blank space and not words. Thanks for any help! Hind Lwahha