Regular Expressions 101

Community Patterns

Match HTML tag with specific attributes

0

Regular Expression
ECMAScript (JavaScript)

/
<IdentityField\b[^>]*path=\"name\"[^>]+?\/>
/
gm

Description

1

Submitted by anonymous - a year ago