Regular Expressions 101

Community Patterns

check attr type in HTML

0

Regular Expression
ECMAScript (JavaScript)

/
<(ol|ul)([^>]*?)(type="[^"]*")([^>]*?)>
/
g

Description

no description available

Submitted by anonymous - 7 years ago