Regular Expressions 101

Community Patterns

0

regex for copper

Python
no description available
Submitted by anonymous - 4 years ago

check notion exported markdown: is empty page with links to another markdowns only

0

Regular Expression
PCRE (PHP <7.3)

/
^(?!\s#).{3,}(?<!md\))$
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago