标签: regex
我需要一个正则表达式,可以从指定的文本中删除所有标记 比如br, strong, p, h1
br, strong, p, h1
<^(br|strong|p|h1)(^>)*>.*</$1>