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 for regular expression validator [modified]

regular expression for regular expression validator [modified]

Scheduled Pinned Locked Moved ASP.NET
regex
4 Posts 3 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
    srinandan
    wrote on last edited by
    #1

    Hi all,:) Please send the regualar expression to validate the control must contain A)3-10 character having a-z,A-Z,0-9,@_'- B) At least 8 character is required (a-z,A-Z,!,_) where control must contain at least one number and one lower case letter. thanks in advance. regards srinandan -- modified at 5:03 Thursday 2nd November, 2006

    I 1 Reply Last reply
    0
    • S srinandan

      Hi all,:) Please send the regualar expression to validate the control must contain A)3-10 character having a-z,A-Z,0-9,@_'- B) At least 8 character is required (a-z,A-Z,!,_) where control must contain at least one number and one lower case letter. thanks in advance. regards srinandan -- modified at 5:03 Thursday 2nd November, 2006

      I Offline
      I Offline
      immori
      wrote on last edited by
      #2

      for case (A) use : [\w@_]{3,7}

      G 1 Reply Last reply
      0
      • I immori

        for case (A) use : [\w@_]{3,7}

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        immori wrote:

        for case (A) use : [\w@_]{3,7}

        The underscore character is included in \w, but you forgot the apostrophe and the dash. :) [\w@'\-]{3,7}

        --- b { font-weight: normal; }

        S 1 Reply Last reply
        0
        • G Guffa

          immori wrote:

          for case (A) use : [\w@_]{3,7}

          The underscore character is included in \w, but you forgot the apostrophe and the dash. :) [\w@'\-]{3,7}

          --- b { font-weight: normal; }

          S Offline
          S Offline
          srinandan
          wrote on last edited by
          #4

          hi thnks if someone know have solution for second case please send asap, srinandan

          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