This checker loads a regular expression to test if the password is strong (or weak). The current regular expression tests if the password has more than 6 characters, a special character, a digit, and is mixed-case.