Regular Expressions 101

Sponsors

Library entries

-2
pcre

Numbers separated by comma and whitespace

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

Date Validation

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

domain name

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

SQL Comment

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

ex_3_b

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

12 Hour Time Pattern

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

xml_kv_extraction

Basic XML key-value extraction
Submitted by Keith Muggleton - 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