I am trying to write a regular expression to strip all HTML with the exception of links and <p> and </p>.
Now , I can just remove all HTML tags except links, but I have no idea how to keep the links tag and p tags in the same time ?
By the way, somebody can recommend some books about how to learn regular expression ?