Return to Snippet

Revision: 25471
at March 31, 2010 08:08 by level09


Initial Code
(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$

Initial URL


Initial Description


Initial Title
REGEXP - Test of password is strong

Initial Tags


Initial Language
Regular Expression