Regular Expressions 101

Community Patterns

Match the html tags with only whitespaces

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\>(\s+|\n+|[\&nbsp\;]+)\<\/
/
gmi

Description

Match the html tags with only whitespaces

Submitted by anonymous - a year ago