How to allow only specific set of HTML tags & specific set of Attributes using general Regex?
Allowed HTML Tags:
p|body|b
This seems very similar to a question I posted awhile back:
How do I filter all HTML tags except a certain whitelist?