Closed 1-ankush-1 closed 10 months ago
@1-ankush-1, you have successfully made the required changes. I have tested all the edge cases and everything is functioning perfectly. Congratulations on creating your first pull request! 🤗. Merging this PR.
Close Issue
77
Problem Description
Reference
Password Regex:
'/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/'
(Added support for special characters) Refer thread: #64screenshots
Easiness