I need a regular expression to validate a password containing at least 8 characters, must include at least one uppercase letter and a lowercase letter. And must specifically include one of the following symbols @,#,%,^,&,*,)
i havent been able to find one that would include only those ascii characters.
thanks in advance for your help!