Regex regexObj = new Regex("^(?:(?<ch>[A-Za-z])|(?<num>[9-0])){8,20}$");
Computer, Technology, Databases, Google, Internet, Mobile, Linux, Microsoft, Open Source, Security, Social Media, Web Development, Business, Finance
Wednesday, July 07, 2010
Regex for alphanumeric password (at least 1 numeric and 1 alphabet)
Suppose we want to validate for password input, making sure it is of alphanumeric pattern (at least 1 numeric and 1 alphabet) and length of 8 to 10, then we can use the below Regular Expression.
Subscribe to:
Post Comments (Atom)
-
Google url shortener service, goo.gl , is now much improved with newly included features like easier copy and paste, and ability to delete e...
-
According to an article from the MSDN , DirectoryInfo.GetFiles() method will give unexpected behaviour on 3-letter extensions. I quote Micr...
-
Installed FortiClient recently but the challenge in disabling the application/service from running automatically on every start-up annoyed m...
-
ActiveSG is a national initiative from the Singapore government to encourage all to stay healthy and keeping fit. Membership registration i...
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.