Regular Expressions 101

Community Patterns

0

usa_zip

Python
no description available
Submitted by anonymous - 6 years ago
0

Troy

Python
no description available
Submitted by anonymous - 6 years ago
0

email

Python
no description available
Submitted by anonymous - 6 years ago

Match <a> tag with no/invalid closing tag

0

Regular Expression
ECMAScript (JavaScript)

/
<a(?!.*<\/a>$)
/
gi

Description

Loading markdown...
Submitted by anonymous - 6 years ago