Community Patterns

Community Library Entry

3

Regular Expression
Created·2016-09-07 21:06
Flavor·ECMAScript (JavaScript)

/
(!\[\]\()([^)]+)(\))
/
g
Open regex in editor

Description

A regular expression which finds all instances of markdown links and helps with rewriting link paths.

Submitted by Will Vaughn