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

Date time Advanced

Vote

8

Regular Expression
pcre

/
(?<day>0[1-9]|1[0-9]|2[0-9]|3[01]).(?<month>0[1-9]|1[012]).(?<year>[0-9]{4})(?: (?<hour>[0-1]\d|2[0-3]):(?<minute>[0-5]\d):(?<second>[0-5]\d)|)
/

Description

Loading markdown...
Submitted by Mr.Neutro - 9 years ago