Answers for "regex for strong password check"

0

regrex for password

"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,10}$"
Posted by: Guest on May-24-2021

Code answers related to "regex for strong password check"

Browse Popular Code Answers by Language