Regular Expressions 101

Community Patterns

get the matching text starting from [** to /.md

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\[\*\*.*\/.md\)
/
gm

Description

get the matching text starting from [** to /.md

Submitted by anonymous - 3 years ago