in reply to matching the + character
Update Doh, my eyes skipped the lower text... :)
you need the \\ because "" interploates data, thus converting \+ to + before it gets to the regexp... if you use single quotes 'a\+b' then you will be ok.
- Ant
- Some of my best work - Fish Dinner
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: matching the + character
by Anonymous Monk on Aug 06, 2001 at 22:10 UTC | |
Re: Re: matching the + character
by jalebie (Acolyte) on Aug 06, 2001 at 21:48 UTC |