Regular Expressions 101

Community Patterns

2

bye

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
2

SSN

ECMAScript (JavaScript)
allow nine digits only
Submitted by anonymous - 8 years ago

Valid date (DD-MM-YYYY) from 1900 to 2099

0

Regular Expression
Java 8

"
^((0)*[1-9]|1[012]|3[01])-((0)*[1-9]|1[012]|2[012]|3[01])-(19[0-9][0-9]|20[0-9][0-9])$
"
gm

Description

Loading markdown...
Submitted by Nevix-Sama - 7 months ago