Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-06-07 14:54
Flavor·ECMAScript (JavaScript)

/
\[.+\]\(https?:\/\/.+\.\w{2,}\)
/
gm
Open regex in editor

Description

matches for any markdown Masked link

[text](https://example.com) detected [](https://example.com) not detected (not valid(on most platforms))

Submitted by yande