var Password_REGEX = /^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[_*#&%@]).{8,}$/;
It meets the following criteria:
- Minimum 8 charaters
- At least one number, one alphabet and one special charater.
It meets the following criteria:
- Minimum 8 charaters
- At least one number, one alphabet and one special charater.
No comments:
Post a Comment