Regular Expressions 101

Community Patterns

There does not seem to be anything here

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