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

parse tag data with multiline

2

Regular Expression
Python

r"
\[content\]([\s\S]*?)\[\/content\]
"

Description

Loading markdown...
Submitted by Ali GĂ–REN - 8 years ago