Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
aria-(\w+?)(?:\s*)=(?:\s*)["'](.*?)["']
/
g

Description

Get all aria- attributes from html string.

Submitted by David Aguilar - 8 years ago