Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-04-04 20:15
Flavor·PCRE (Legacy)

/
<a[^>]*?href=(?|"([^"]*?)"|'([^']*?)').*?>(.*?)<\/a>
/
gsi
Open regex in editor

Description

Extracts the href and title values from an anchor tag to be placed into an inline Markdown link.

Submitted by Mike Johnson