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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find High Complexity password validator
Expression
^(?=.{16,})(?=.*[1-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[(!@#$%^&*()_+|~\- =\`{}[\]:”;'<>?,.\/, )])(?!.*(.)\1{2,}).+$
Description
Password validator for a high complexity secure passwords. Length minimum 16 characters At least one number At least one lowercase character At least one uppercase character At least one special character from the following set “(!@#$%^&*()_+|~\- =\`{}[\]:”;'<>?,.\/, )]” No sequential repeating characters
Matches
Pas$words0123456
Non-Matches
Password
Author Rating: The rating for this expression. Wayne Clifford Barker
Source
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

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