Regular Expressions 101

Community Patterns

div to other elements

0

Regular Expression
PCRE (PHP <7.3)

/
<div\s+?(.*?)\s+?(id|class)\s*?=\s*?"(.+?)"\s+(.*)\s*?>
/
gm

Description

no description available

Submitted by anonymous - 7 years ago