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 expressions

regular expressions

Scheduled Pinned Locked Moved ASP.NET
regex
11 Posts 9 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
    Sonia Gupta
    wrote on last edited by
    #1

    i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

    Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

    N S A S S 7 Replies Last reply
    0
    • S Sonia Gupta

      i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

      Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Is Google broken where you live ? Check http://www.regular-expressions.info/[^]

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      1 Reply Last reply
      0
      • S Sonia Gupta

        i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

        Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

        S Offline
        S Offline
        Sun Rays
        wrote on last edited by
        #3

        Miss, open the site.. www.google.com and in search write regular expression C#. U will be having lots and lots of information..

        Thanks, Sun Rays Rate this post if you like answer.

        S 1 Reply Last reply
        0
        • S Sonia Gupta

          i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

          Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

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

          for repeating the characteres use { }... or undefined times means use *.. eg: [a-z]{5} -- means... 5 characters from a to 5

          Aswini

          S 1 Reply Last reply
          0
          • S Sun Rays

            Miss, open the site.. www.google.com and in search write regular expression C#. U will be having lots and lots of information..

            Thanks, Sun Rays Rate this post if you like answer.

            S Offline
            S Offline
            Sonia Gupta
            wrote on last edited by
            #5

            i have gone through such sites . i want detailed view(meaning of each letter) u know any site that gives the e-book free fo the same ?

            Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

            1 Reply Last reply
            0
            • A aswini

              for repeating the characteres use { }... or undefined times means use *.. eg: [a-z]{5} -- means... 5 characters from a to 5

              Aswini

              S Offline
              S Offline
              Sonia Gupta
              wrote on last edited by
              #6

              i want detailed view(meaning of each letter).u know any site that gives the e-book free fo the same ?

              Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

              P 1 Reply Last reply
              0
              • S Sonia Gupta

                i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

                Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

                S Offline
                S Offline
                Sathesh Sakthivel
                wrote on last edited by
                #7

                Hope this will Help you.

                SSK. Anyone who says sunshine brings happiness has never danced in the rain.

                1 Reply Last reply
                0
                • S Sonia Gupta

                  i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

                  Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

                  S Offline
                  S Offline
                  Sushant_Mathur
                  wrote on last edited by
                  #8

                  you can download regular expression related books from the below link: http://www.flazx.com/category45.php[^]

                  Sushant Mathur Bangalore, INDIA.

                  1 Reply Last reply
                  0
                  • S Sonia Gupta

                    i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

                    Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

                    P Offline
                    P Offline
                    Piyush Vardhan Singh
                    wrote on last edited by
                    #9

                    It's for u My Dear http://msdn2.microsoft.com/en-us/library/ms972966.aspx :rose:

                    Piyush Vardhan Singh

                    1 Reply Last reply
                    0
                    • S Sonia Gupta

                      i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.

                      Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

                      B Offline
                      B Offline
                      Braulio Dez
                      wrote on last edited by
                      #10

                      Let's start by pointing to a tool where you can easily test your regular expressions (instead of having to code your RegEx), by using this tool you will know if the error is in the RegEx or if the error is in the code: http://www.codeproject.com/dotnet/expresso.asp[^] Now, good resources to learn RegEx: Sintax (JSript): http://msdn2.microsoft.com/en-us/library/1400241x.aspx[^] Learn By Sample http://www.windowsdevcenter.com/pub/a/oreilly/windows/news/csharp_0101.html[^]

                      /// -------------------------      Braulio Díez      tipsdotnet.com /// -------------------------

                      1 Reply Last reply
                      0
                      • S Sonia Gupta

                        i want detailed view(meaning of each letter).u know any site that gives the e-book free fo the same ?

                        Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #11

                        Sonia Gupta wrote:

                        u know any site that gives the e-book free fo the same ?

                        What's wrong? Why not buy a book - it's great, you get a handy paper based reference which you can take anywhere. The book "Mastering Regular Expressions" here[^] is a great place to start.

                        Deja View - the feeling that you've seen this post before.

                        My blog | My articles

                        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