show/hide this revision's text 5 edited tags
show/hide this revision's text 4 edited tags
show/hide this revision's text 3 Added clarification that it is xhtml, not HTML

I need to match and remove all tags using a regular expression in Perl. I have the following:

<\\??(?!p).+?>

But this still matches with the closing </p> tag. Any hint on how to match with the closing tag as well?

Note, this is being performed on xhtml.

show/hide this revision's text 2 Regexp tag removed since we need to try and narrow regex questions down to one tag.
show/hide this revision's text 1