Regex to allow only set of HTML Tags and Attributes

后端 未结 4 988
一个人的身影
一个人的身影 2020-12-17 05:00

How to allow only specific set of HTML tags & specific set of Attributes using general Regex?

Allowed HTML Tags:

p|body|b

4条回答
  •  执念已碎
    2020-12-17 05:36

    This seems very similar to a question I posted awhile back:

    How do I filter all HTML tags except a certain whitelist?

提交回复
热议问题