Regular Expressions 101

Community Patterns

1...456

HTML - matches close part of specific tag pair

0

Regular Expression
PCRE (PHP <7.3)

/
<\s*\/\s*div\s*.*?>
/
g

Description

no description available

Submitted by anonymous - 7 years ago