Regular Expressions 101

Community Patterns

Validate html end tags with single quotes

0

Regular Expression
ECMAScript (JavaScript)

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

Description

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