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 alphanumeric string having space

need regular expression for alphanumeric string having space

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

    need regular expression for alphanumeric string having space, if any one can help

    R 1 Reply Last reply
    0
    • S Shaista Shafiq

      need regular expression for alphanumeric string having space, if any one can help

      R Offline
      R Offline
      Rocky
      wrote on last edited by
      #2

      Try this: [0-9a-zA-Z' ']

      Rocky My Blog

      G 1 Reply Last reply
      0
      • R Rocky

        Try this: [0-9a-zA-Z' ']

        Rocky My Blog

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

        Why the apostrophes? An alphanumeric string should not contains apostrophes, should it? [\da-zA-Z ]

        Despite everything, the person most likely to be fooling you next is yourself.

        R 1 Reply Last reply
        0
        • G Guffa

          Why the apostrophes? An alphanumeric string should not contains apostrophes, should it? [\da-zA-Z ]

          Despite everything, the person most likely to be fooling you next is yourself.

          R Offline
          R Offline
          Rocky
          wrote on last edited by
          #4

          :) well I saw that one my self on asp .net forums. But you're right! Thanks for the correction!

          Rocky My Blog

          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