in reply to Re: Help with reg expressions
in thread Help with reg expressions

Whoops, major type. In this line I submited:
s/\<img\s*src\s*=[^->]-disclose.gif[^>]*>//g;
You need to change this:
[^->]
to this:
[^->]+
Sory About that.

The 15 year old, freshman programmer
Stephen Rawls