Answers for "find regx for password authentication"

0

regrex for password

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

find regx for password authentication

^(?=.*[A-Z].*[A-Z])(?=.*[!@#$&*])(?=.*[0-9].*[0-9])(?=.*[a-z].*[a-z].*[a-z]).{8}$
Posted by: Guest on September-27-2021

Code answers related to "find regx for password authentication"

Browse Popular Code Answers by Language