Regular Expressions 101

Community Patterns

1...456

HTML Tag Matching

1

Regular Expression
PCRE2 (PHP >=7.3)

/
<\/?[a-zA-Z][a-zA-Z0-9]*\b[^>]*>
/
gm

Description

Submitted by anonymous - a month ago