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. need regular expression for password

need regular expression for password

Scheduled Pinned Locked Moved ASP.NET
javascriptregexhelp
2 Posts 2 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.
  • V Offline
    V Offline
    Vikky1
    wrote on last edited by
    #1

    Problem : Need to enter password in which there may be atleast one special character between 2 to 6 position of input string I dont need this in Javascript (Need only regular expression)

    Vikky

    A 1 Reply Last reply
    0
    • V Vikky1

      Problem : Need to enter password in which there may be atleast one special character between 2 to 6 position of input string I dont need this in Javascript (Need only regular expression)

      Vikky

      A Offline
      A Offline
      aswini
      wrote on last edited by
      #2

      Hi.... use this expression.. [a-z,0-9]{2}[special characters][a-z,0-9]{4}[special characters][a-z,0-9]* 1st 2 char are from a to z or 0 to 9... [special characters] -- define special char here same for the next chars...

      Aswini

      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