Regular Expressions 101

Community Patterns

Get HTML attribute

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([a-zA-Z][\w\-_.:]*)\s*=\s*"(([^\\"]|\\"|\\)*)"
/
gm

Description

Get HTML attribute with /" inside

Submitted by anonymous - 2 years ago (Last modified 2 years ago)