jcarmody wrote:It looks like the previous answers will match a string that contains alpha or num, not alpha and num only.
Jim, Thanks for pointing out I missed the req.
I'd still go with the lex class over the regex just for readability (unless you are a regex guru)
"True if: A decimal digit Character exists And a alphabetic char exists And all chars are either Alpha or numeric"