I'm terrible at regular expressions. Can anyone help me?
I need to verify that a string contains at least one uppercase character, at least one lower case character, and at least one digit. It may contain more; these are minimum requirements. These required characters may be in any order in the source string.
Is there a single regular expression that will verify this? Obviously I can do it with three separate REs and then combine their results, but I'd like to do it all at once if possible.
Thanks for any help anyone can give.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com