Regular Expressions 101

Library entries

0
javascript

test

test
Submitted by anonymous - 7 days ago

Match HTML tag with specific attributes

Vote

0

Regular Expression
javascript

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

Description

Loading markdown...
Submitted by anonymous - 2 months ago