Regular Expressions 101

Community Patterns

0

sort3

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

()

Python
no description available
Submitted by anonymous - 7 years ago

Validate html end tags with single quotes

1

Regular Expression
ECMAScript (JavaScript)

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

Description

Loading markdown...
Submitted by Remo - 7 years ago