Regular Expressions 101

Library entries

2
javascript

file extension validation

no description available
Submitted by Lisa - 7 years ago
0
javascript

subdomain rewrite

no description available
Submitted by mackenzie starr - 7 years ago
1
javascript

Finale regex

no description available
Submitted by anonymous - 7 years ago
1
javascript

evething captured

no description available
Submitted by anonymous - 7 years ago
0
javascript

Minify css selectors

no description available
Submitted by anonymous - 7 years ago
2
javascript

word before :

no description available
Submitted by anonymous - 7 years ago
3
python

iframe src parser

Get iframe src
Submitted by Sumeet Fefar - 7 years ago
1
javascript

Split SSL certificates

no description available
Submitted by anonymous - 7 years ago
2
javascript

Angular 2 property access

no description available
Submitted by jros - 7 years ago
1
python

Find join

no description available
Submitted by anonymous - 7 years ago
1
javascript

Vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
3
javascript

Non vowel words

/\b(+)\b/ig
Submitted by regexe - 7 years ago

Date Parser

Vote

0

Regular Expression
python

r"
(?P<Month>(?:01|02|03|04|05|06|07|08|09|10|11|1|2|1|2|3|4|5|6|7|8|9|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|January|February|March|April|May|June|July|August|September|October|November|December))[\-/\\\s]+(?P<Day>[0-3]?\d)[\-/\\\s]+(?P<Year>\d+)
"
gi

Description

Loading markdown...
Submitted by Awk - 8 years ago