Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-12-14 20:45
Flavor·PCRE (Legacy)

/
(?<!!)(?:\[(?P<text>.*?)\]\((?P<link>.*?)\))
/
gm
Open regex in editor

Description

Can find markdown links and give you the text and links. Ignores image links.

Submitted by anonymous