Regex puzzle

I was reading our newsgroups, and I came across a post where the user wanted to filter out all tags from html text except for <br>, </br>, <p>, and </p>.

What is the shortest .net regex to do that?