Regular Expressions 101

Community Patterns

match all html tags

-2

Regular Expression
PCRE (PHP <7.3)

/
<\/?\w+((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[^'">\s]+))?)+\s*|\s*)\/?>
/
g