Regular Expressions 101

Community Patterns

1

Find join

Python
no description available
Submitted by anonymous - 8 years ago
3

Non vowel words

ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by regexe - 8 years ago

Get Headings From Markdown Format

3

Regular Expression
ECMAScript (JavaScript)

/
(<=\s|^)###(.*?)$
/
gim

Description

Loading markdown...
Submitted by Ferdinand Dimas - 8 years ago