in reply to Re: Re: Text elimination within a string
in thread Text elimination within a string

um, this regex doesn't work - I think you meant .* at end, but even then it won't work because it would only match the first set of braces.

cLive ;-)

Update: - ah yes, with a g. I also "saw" a $1 that wasn't there. Otherwise, why (remember) it?