Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-11-03 06:51
Flavor·ECMAScript (JavaScript)

/
<(\"[^\"]*\"|'[^']*'|[^'\">])*>
/
gi
Open regex in editor

Description

validate html tags should have end tags, closing single, double quotes

Submitted by Remo