Regular Expressions 101

Library entries

1
python

Days Hours Minutes Seconds

no description available
Submitted by Clay Burns - 8 years ago
1
pcre

(\d\d?) ([A-Z][a-z][a-z]) (\d{4});

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

URL that allows IP

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

Registry key path

Get the Last entry for the registry key.
Submitted by Rhino - 8 years ago
2
pcre

test

test
Submitted by anonymous - 8 years ago
1
pcre

TEST 2

no description available
Submitted by DBU - 8 years ago
1
pcre

TEST 1

no description available
Submitted by DBU - 8 years ago
1
pcre

teste

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

reddit username

no description available
Submitted by l3d00m - 8 years ago
1
python

wso list

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

Phone number

no description available
Submitted by Vaseker - 8 years ago
0
javascript

lookahead not match 'aa'

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

Simple global regex

Regex for finding tempratures in a text
Submitted by anonymous - 8 years ago

dd/mm/yyyy validation regexp

Vote

1

Regular Expression
python

r"
^(?:(?:31(\/|-|\.)(?:0?[13578]|1[02]))\1|(?:(?:29|30)(\/|-|\.)(?:0?[1,3-9]|1[0-2])\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:29(\/|-|\.)0?2\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:0?[1-9]|1\d|2[0-8])(\/|-|\.)(?:(?:0?[1-9])|(?:1[0-2]))\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$
"

Description

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