Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-05-19 22:15
Flavor·JavaScript

/
(\*\*NOTE\*\*: )_([^_]*)_\n
/
gm
Open regex in editor

Description

I use it to find mark down note that I wrote with an _when I meant to use an *

Submitted by charliecalvert