Regular Expressions 101

Community Patterns

Non self closing opening HTML tag

0

Regular Expression
ECMAScript (JavaScript)

/
<[a-zA-Z0-9] ?.*?>
/
gms

Description

Matches all opening HTML tags that are not self closing

Submitted by Obihan - 2 years ago