Regular Expressions 101

Community Patterns

look for markdown styles in headers

0

Regular Expression
PCRE (PHP <7.3)

/
^[#]{1,5}\s[\w\s]*(?:\*[\w\s]+\*|(?:\*\*[\w\s]+\*\*))
/
gm

Description

no description available

Submitted by anonymous - 4 years ago