Regular Expressions 101

Library entries

-2
javascript

Word ending with colon

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

HTML <script> regex

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

find mp3 file

find mp3 file embeded in a link
Submitted by ogerly - 8 years ago
-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

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