"Johnstone, Colin" wrote:
"I guess Im looking for a regex to remove anything between the font tags e.g <font>and 
</font>. Of course their could be anynumber of attributes in the openning font tag."

Hi Colin,

Try:
s/\<\/(0,1)font.*\>?//g;

HTH,

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to