in reply to Re^2: Remove all html tag Except 'sup'
in thread Remove all html tag Except 'sup'

You're right, I updated my regex - should work now.

Replies are listed 'Best First'.
Re^4: Remove all html tag Except 'sup'
by Anonymous Monk on Jun 20, 2008 at 10:59 UTC
    It works, but will miss some like < sup > </ sup >, if you add grouping like this it will get them all :)