Regular Expressions 101

Library entries

9
python

domain - host

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

only numbers

A string with only numbers in
Submitted by Gotts - 8 years ago
8
pcre

Date time Advanced

no description available
Submitted by Mr.Neutro - 9 years ago
8
python

repeat group match

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

Alphanumeric and Spaces

Alow alphanumeric characters and spaces
Submitted by JTN - 8 years ago
8
pcre

If-Then-Else Conditionals

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

Fiddler raw body to PHP array

no description available
Submitted by garsax - 7 years ago
8
pcre

Max - URL Extract

no description available
Submitted by Ayush - 7 years ago
7
python

CSS Import

no description available
Submitted by anonymous - 9 years ago
7
pcre

rsyslog test

global modifier
Submitted by dtmland - 8 years ago
7
pcre

Any positive integer except zero

no description available
Submitted by Harsh - 8 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