Hello Everyone: I need some help setting up a validation to check if the sode is on upper case or lower caseExample: If a user setup the password as MyPassword, and it will be save into the database like that. when the user logs back into the system and types mypassword all lower case, i would like to validate that an invalid password has been enter and not let the user in. I would like to implement the validation into my code that I already have in place.Thank you so much for any help I can get I have the following code: