Hi everyone,

I has a textbox for user to enter their password. How can I check whether the password meet the security requirement where the password must be combination of alphabetic and numeric?

Is it I can doing it using Regular Expression? Does anyone can advice on this?