Regular Expressions 101

Community Patterns

extract <a> tags from an html page

0

Regular Expression
ECMAScript (JavaScript)

/
(<ahref="[a-z.-_"]*)(<\/a>)
/
gm

Description

no description available

Submitted by anonymous - 5 years ago