Regular Expressions 101

Community Patterns

one line html

1

Regular Expression
PCRE2 (PHP >=7.3)

/
<(.+?)\s*(.*?)\s*>(.+)<.+>|<\/?(\w+)\s*(.*?)\s*\/?>
/
g

Description

matches html

Submitted by anonymous - 10 months ago