Regular Expressions 101

Community Patterns

change markdown image embeds to html image embeds

1

Regular Expression
PCRE2 (PHP >=7.3)

/
!\[readme-images\/([a-zA-Z0-9_.-\/]*)\].*$
/
gm

Description

change markdown image embeds to html image embeds

Submitted by spierceVR - 2 months ago