Community Patterns

Community Library Entry

1

Regular Expression
Created·2019-02-07 11:01
Flavor·PCRE (Legacy)

/
<(?!\/*strong\W|\/*h1\W|\/*input\W|\/*b\W).*?>
/
gm
Open regex in editor

Description

Find all html-tags except for some that you want to preserve for any reason. I use this to remove all tags except those I want to keep.

Submitted by anonymous