Regular Expressions 101

Community Patterns

Xml Element Attributes

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<Name>\w*)=['"](?<Value>[^'"\s]*)['"]
/
g

Description

View attributes for an XML or HTML element

Submitted by anonymous - a year ago