Re: handling spacing in patterns1997-08-19 14:50:12As David W. Tamkin has pointed out, my pattern is suboptimal. Where I
had
remove['">]?\>*(as|in)
I need to have only
remove\>*(as|in)
since \> will match all of the listed punctuation marks.
As others have posited in an earlier thread, \> and \< expand to
something like ([^_A-Za-z0-9]|$).
--
Rik Kabel Old enough to be an adult
rik(_at_)netcom(_dot_)com
|
|
||||||||||||||||