Regular Expressions 101

Community Patterns

Pleas help me select all content in div tag

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<div id="testId" class="testClass">(.*?)<\/div>
/
gms

Description

Pleas help me select all content in div tag

Submitted by anonymous - 2 years ago