Hi all, I have the regexp
/\<(br|b|\/b|a\s.*?|\/a|p|\/p)\>/ which works as expected, matching <br> <b> </b> <a *> </a> <p> </p> Now, how do I negate it? I mean, what would be the regexp to match every tag BUT those listed above? I'm really lost... TIA =) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]