Regular Expressions 101

Community Patterns

Match full/missing closing tag of <a>

0

Regular Expression
ECMAScript (JavaScript)

/
^(>|\/>|a\/>|[^<]*<a\/>)
/
gi

Description

no description available

Submitted by anonymous - 6 years ago