Regular expression in ASP.Net.
-
Hi, Need a regular expression for Password Policy Validation... The Password Policy should allow the contents mentioned below. 1. Password should be minimum of 9 characters in length 2. It should contain four characters [choose from a-z, A-Z] 3. It should contain four digits [choose from 0-9] 4. It should contain exactly one special character [choose from #, @, $, !, underscore( _ ), hyphen (-), dot(.)] Examples of correct passwords: wxyz$6789 or a1b2#c3d4 Please help and Suggestions are welcomed. Thanks in advance.
-
Hi, Need a regular expression for Password Policy Validation... The Password Policy should allow the contents mentioned below. 1. Password should be minimum of 9 characters in length 2. It should contain four characters [choose from a-z, A-Z] 3. It should contain four digits [choose from 0-9] 4. It should contain exactly one special character [choose from #, @, $, !, underscore( _ ), hyphen (-), dot(.)] Examples of correct passwords: wxyz$6789 or a1b2#c3d4 Please help and Suggestions are welcomed. Thanks in advance.
suravi wrote:
Suggestions are welcomed.
Download Expresso, or buy a book on regular expressions.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi, Need a regular expression for Password Policy Validation... The Password Policy should allow the contents mentioned below. 1. Password should be minimum of 9 characters in length 2. It should contain four characters [choose from a-z, A-Z] 3. It should contain four digits [choose from 0-9] 4. It should contain exactly one special character [choose from #, @, $, !, underscore( _ ), hyphen (-), dot(.)] Examples of correct passwords: wxyz$6789 or a1b2#c3d4 Please help and Suggestions are welcomed. Thanks in advance.
http://regexlib.com/DisplayPatterns.aspx[^] u can search hear a wide range expressions will be there
hi
-
Hi, Need a regular expression for Password Policy Validation... The Password Policy should allow the contents mentioned below. 1. Password should be minimum of 9 characters in length 2. It should contain four characters [choose from a-z, A-Z] 3. It should contain four digits [choose from 0-9] 4. It should contain exactly one special character [choose from #, @, $, !, underscore( _ ), hyphen (-), dot(.)] Examples of correct passwords: wxyz$6789 or a1b2#c3d4 Please help and Suggestions are welcomed. Thanks in advance.
u can visit this site http://www.regexlib.com/