Development

Markdown Link

Matches standard Markdown links [text](url)

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

Type in the box above to test if your input matches the regex pattern.

Test Cases

[Google](https://google.com)
[Home](/home)
Google(https://google.com)
[Google]

Tags

#dev #markdown #documentation