Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - 9 years ago