RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 3
Title Test Details Strong Password
Expression
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()_\~\-\`\\/\"\'+|\[\]}{:;'?/>.<,])(?!.*\s)(?!.*\s).{8,55}$
Description
Password that allows for 1 special char, 1 numeric, 1 upper case, 1 lower case. Its been tested against the Javascript engine.
Matches
Passw0rd1!@#
Non-Matches
GeneralTso
Author Rating: Not yet rated. Sridhar Sripathy
Title Test Details Strong Password (numeric or special char)
Expression
^(?=.*[a-zA-Z])(?=.*[0-9!@#$%^&*\?\+])(?!.*[()_\-\`\\/\"\'|\[\]}{:;'/>.<,])(?!.*\s)(?!.*\s).{8,20}$
Description
Case sensitive: -8-20 characters -at least 1 letter -at least 1 numeric or special -these special chars only ~ ! @ # $ % ^ & ? * +
Matches
P@SSw0rd~!@#$%^&?*+
Non-Matches
Password
Author Rating: The rating for this expression. Sridhar Sripathy
Title Test Details Valid Username
Expression
^(?=.*[a-zA-Z])(?=.*[a-zA-Z0-9]).{6,20}$
Description
Only letters and numbers and at least 1 letter. 6-20 chars
Matches
myusername
Non-Matches
12345
Author Rating: Not yet rated. Sridhar Sripathy
   Displaying page 1 of 1 pages; Items 1 to 3

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials