Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-05-18 05:58
Flavor·ECMAScript (JavaScript)

/
<([a-z][-a-z]*[a-z]*)\s+[^>]*?(?:class="([^"]*)")[^>]*?\/?>
/
g
Open regex in editor

Description

Match HMTL/WXML tag and class

Submitted by ice breaker