Possible Duplicate:
Regex to match mixed case words
Hello I'm working on a class project for a CIS Class. I need help writing a regular expression that can check a password. The requirements for the password is it must be 8 characters long and must contain one upper and one lowercase letter and at least one number. Thanks for the help. Example: Pasword1
heres what I have so far
[a-zA-Z0-9]{8}