Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-08-04 17:30
Flavor·PCRE2 (PHP)

/
<(.+?)\s*(.*?)\s*>(.+)<.+>|<\/?(\w+)\s*(.*?)\s*\/?>
/
g
Open regex in editor

Description

matches html

Submitted by anonymous