Regular Expressions 101

Sponsors

Library entries

1
javascript

Everthing in an element

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

postgresql

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

postgesql

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

Help

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

barcode or barcode list

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

date regex

match dd-mm-yyyy
Submitted by anonymous - 8 years ago
0
javascript

SSN

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

SSN

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

Match initials

Match initials of a person name
Submitted by anonymous - 8 years ago

Password Validation

Vote

84

Regular Expression
javascript

/
^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9]).{6,})\S$
/

Description

Loading markdown...
Submitted by Christian Klemp - 8 years ago