Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-12-20 21:20
Flavor·PCRE (Legacy)

/
<a (?:.*?)href="(.+)">(.+)<\/a>
/
g
Open regex in editor

Description

Uses a list of anchor tags, perhaps embedded in other tags Allows for any, or no text between the "<a" and the "href"

Submitted by anonymous