Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Python

r"
\#(.*?)\*\*(.*?)\*\*
"
gm

Description

increase the head level of the markdown titles - that is add extra #.

Submitted by myaitree - a day ago