Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\[[^\]]+\]\(([^)]+)\)$
/
gm

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 - 9 months ago