Regular Expressions 101

Community Patterns

0

Angular commit

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

Strip html tags

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

usa_zip

Python
no description available
Submitted by anonymous - 6 years ago

Match full/missing closing tag of <a>

0

Regular Expression
ECMAScript (JavaScript)

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

Description

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