Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-10-08 14:56
Flavor·ECMAScript (JavaScript)

/
<[a-zA-Z0-9] ?.*?>
/
gms
Open regex in editor

Description

Matches all opening HTML tags that are not self closing

Submitted by Obihan