Regular Expressions 101

Sponsors

Library entries

1
python

Regex pattern for numeric values

Positive number !
Submitted by Cheikh Saab Bouh SOW - 2 years ago
1
python

MAC Address

Match mac address with :, -, ., or no dividers.
Submitted by Brandan Neises - 2 years ago
1
javascript

turkdevops

Türkiye Geliştirici Operasyonları
Submitted by anonymous - 2 years ago
1
javascript

Simple AWS ARN Regex

Simple AWS ARN Regex
Submitted by anonymous - 2 years ago
1
javascript

Greater manchester postcode validation

🤯
Submitted by donivanes - 2 years ago
1
python

regex_prix_DAB_V2

nlp
Submitted by guif - 2 years ago
1
python

regex_ddc_V3

nlp
Submitted by guif - 2 years ago

dd/mm/yyyy inc. LeapYears

Vote

1

Regular Expression
javascript

/
((((0[1-9]|[12]\d|3[01])\/(0[13578]|10|12))|((0[1-9]|[12]\d|30)\/(0[469]|11))|((0[1-9]|1[0-9]|2[0-8]))\/02)\/(19\d\d|(200\d|201[0-5])))|(29\/02\/((?!1900)19([02468][048]|[13579][26])|(2000)|(2004)|(2008)|2012))
/
g

Description

Loading markdown...
Submitted by ChrisAbra - 7 years ago