Regular Expressions 101

Sponsors

Library entries

1
python

JSONREGEX

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

URL regex without anchors

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

End of line - SJava

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

decoupeur de chaines selon les +-

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

Test BigDecimal formatter

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

ip address @pexipdemo.com

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

Orignial Log Parse (Spark Lab2)

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

Address email

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

leap year validate

no description available
Submitted by Ahosan Karim Asik - 8 years ago
1
javascript

ie 11 check

checks for ie 11 user agent
Submitted by Yamakichi - 8 years ago
1
javascript

CPF

Validador de CPF
Submitted by Gustavo Américo - 8 years ago
1
javascript

C-Syle If Statement to Excel

no description available
Submitted by nomloc - 8 years ago

date_regex

Vote

1

Regular Expression
python

"
(?<!\d) (?: [0-9]{4} (?P<sep1>[-/.])? (?: (?:(?(sep1)0?|0)[1-9]|1[0-2]) (?P=sep1) (?:(?(sep1)0?|0)[1-9]|1[0-9]|2[0-8]) |(?:(?(sep1)0?|0)[13-9]|1[0-2]) (?P=sep1) (?:29|30) |(?:(?(sep1)0?|0)[13578]|1[02]) (?P=sep1) (?:31) ) | (?: [0-9]{2} (?: 0[48] |[2468][048] |[13579][26] ) |(?: 0[48] |[2468][048] |[13579][26] )00 ) (?P<sep2>[-/.]?) (?(sep2)0?|0)2 (?P=sep2) (?:29) ) (?!\d)
"
gmx

Description

Loading markdown...
Submitted by anonymous - 3 years ago