Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-11-27 22:04
Flavor·Python

r"
(?:[!]\[(?P<caption>.*?)\])\((?P<image>.*?)\)
"
gm
Open regex in editor

Description

A regex to find valid markdown images

Submitted by anonymous