Hello;
I need a regular expression that validates that certain criteria has been met in the first eight characters of a string.
i.e. one number, one special character, and one upper case letter all in the first eight characters of a string. I do not want to limit the string length to eight characters, just validate that the characters in question are all in the first eight characters of the string.
Thanks,
Mike
...
Go to the complete details ...