Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Regular expression in ASP.Net.

Regular expression in ASP.Net.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netregexhelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    suravi
    wrote on last edited by
    #1

    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.

    C A K 3 Replies Last reply
    0
    • S suravi

      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.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • S suravi

        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.

        A Offline
        A Offline
        ademsandeepreddy
        wrote on last edited by
        #3

        http://regexlib.com/DisplayPatterns.aspx[^] u can search hear a wide range expressions will be there

        hi

        1 Reply Last reply
        0
        • S suravi

          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.

          K Offline
          K Offline
          KhandelwalA
          wrote on last edited by
          #4

          u can visit this site http://www.regexlib.com/

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups