Regular Expressions 101

Library entries

10
python

entity

no description available
Submitted by anonymous - 8 years ago
9
python

domain - host

no description available
Submitted by anonymous - 8 years ago
8
python

repeat group match

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

CSS Import

no description available
Submitted by anonymous - 9 years ago
6
python

Find consecutive duplicate words

no description available
Submitted by anonymous - 8 years ago
5
python

Match Only Text

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

Form Tag

Form Tag
Submitted by Jay Patel - 7 years ago
5
python

psswd

no description available
Submitted by anonymous - 7 years ago

English date in "dd mmmm yyyy" format

Vote

8

Regular Expression
python

r"
(?P<LongDate>(?P<Day>\d+)[\s  ]+(?P<Month>January|February|March|April|May|June|July|August|September|October|November|December)[\s  ]+(?P<Year>\d{4}))
"
giu

Description

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