Regular Expressions 101

Community Patterns

1

pm-problem

ECMAScript (JavaScript)
pm
Submitted by creamidea - 8 years ago

Extract names of XML attributes that have values

1

Regular Expression
PCRE (PHP <7.3)

/
<(\w*?)>.*<.*>
/
g

Description

Loading markdown...
Submitted by O.Khilkevych / D.Mrachkovsyi - 8 years ago