^(?=.*\d)(?=.*[~!@#$%^*?=])(?=.*[a-z])(?=.*[A-Z]).{8,10}$
Description:
1, words length:8~10;
2, at least 1 digital;
3, at least 1 special character([~!@#$%^*?=]);
4, at least 1 low case letter;
5, at least 1 upper case letter;
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment