I'm trying to make a regex to check a password field, I want to require at least one uppercase letter, one lower case letter and one number.
I also want to allow the user to use special characters, but I don't want special characters to be a requirement.
Is this possible and if so, what regex should I use?