Regular Expressions 101

Library entries

18
pcre

Date Regex(DD/MM/yyyy)

no description available
Submitted by alcaamado - 8 years ago
17
pcre

Email validation

no description available
Submitted by tutsplus.com - 9 years ago
17
pcre

Between tags content

no description available
Submitted by Agustín Bouillet - 8 years ago
16
pcre

Alphanumeric Regex

no description available
Submitted by Deepan - 8 years ago
16
javascript

http url regex

general purpose HTTP URL regex
Submitted by Miguel Castillo @manchagnu - 8 years ago
16
pcre

IPv4

no description available
Submitted by robwa - 7 years ago
16
pcre

Cron schedule

Validate cron lines (even the ones commented out)
Submitted by anonymous - 7 years ago
15
javascript

Hashtag

The secret of the Twitterverse.
Submitted by Joogl - 9 years ago
15
javascript

Email (RFC2822)

Email address compliant with RFC2822
Submitted by Jago - 8 years ago
13
javascript

us postal/zip

no description available
Submitted by jay johnson - 9 years ago
12
pcre

Match Gmail Email

Match Gmail Email
Submitted by Óscar Enríquez - 9 years ago

Date: DD-MM-YYYY hh:mm:ss

Vote

17

Regular Expression
pcre

/
^(0[1-9]|1\d|2[0-8]|29(?=-\d\d-(?!1[01345789]00|2[1235679]00)\d\d(?:[02468][048]|[13579][26]))|30(?!-02)|31(?=-0[13578]|-1[02]))-(0[1-9]|1[0-2])-([12]\d{3}) ([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$
/
gm

Description

Loading markdown...
Submitted by Ka. - 10 years ago