Answers for "How to check for special characters using re module in a password"

5

regex password

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

Code answers related to "How to check for special characters using re module in a password"

Browse Popular Code Answers by Language