/ Published in: Regular Expression
Expand |
Embed | Plain Text
(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$
You need to login to post a comment.
level09 on 03/31/10
3 people have marked this snippet as a favorite
(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$
You need to login to post a comment.