Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-02-09 12:44
Flavor·PCRE2 (PHP)

/
\[[^\]]+\]\(([^)]+)\)$
/
gm
Open regex in editor

Description

This is useful when you cleanup a markdown source with the intent to replace the formated link with a clean URL.

Submitted by Nicolaie Constantinescu