Answers for "password regex for small and capital letters special characters"

5

regex password

^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})
Posted by: Guest on May-11-2020

Code answers related to "password regex for small and capital letters special characters"

Browse Popular Code Answers by Language