Resources for Regular Expressions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reddy

    Resources for Regular Expressions

    Hi,

    Can anyone suggest good resources on the net to learn "Regular Expressions".

    Regards,

    Srinivas


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Resources for Regular Expressions

    Reddy,

    I found the book "Mastering Regular Expressions, Second Edition" put out
    by O'Reilly. I found it to be a comprehensive book on the subject (as most
    books by O'Reilly usually are).

    Hopet his helps.

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m


    "Reddy" <gksreddy@adsgr oup.com.NO.JUNK .MAIL> wrote in message
    news:eynmHFtoDH A.2676@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Hi,
    >
    > Can anyone suggest good resources on the net to learn "Regular[/color]
    Expressions".[color=blue]
    >
    > Regards,
    >
    > Srinivas
    >
    >[/color]


    Comment

    • Rob

      #3
      Re: Resources for Regular Expressions

      This might also be a helpful tool:





      "Reddy" <gksreddy@adsgr oup.com.NO.JUNK .MAIL> wrote in message
      news:eynmHFtoDH A.2676@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Hi,
      >
      > Can anyone suggest good resources on the net to learn "Regular[/color]
      Expressions".[color=blue]
      >
      > Regards,
      >
      > Srinivas
      >
      >[/color]


      Comment

      • Daniel Billingsley

        #4
        Re: Resources for Regular Expressions

        I've found the Regex Coach http://weitz.de/regex-coach to be a very helpful
        in understanding what is going on under the hood in regex expressions. It
        allows you to type in regex and target strings and see instant results, as
        well as step through the logic of the regex as applied to the test string.
        Does not teach regex really, but has helped me understand a lot more
        quickly.

        "Reddy" <gksreddy@adsgr oup.com.NO.JUNK .MAIL> wrote in message
        news:eynmHFtoDH A.2676@TK2MSFTN GP11.phx.gbl...[color=blue]
        > Hi,
        >
        > Can anyone suggest good resources on the net to learn "Regular[/color]
        Expressions".[color=blue]
        >
        > Regards,
        >
        > Srinivas
        >
        >[/color]


        Comment

        • Jay B. Harlow [MVP - Outlook]

          #5
          Re: Resources for Regular Expressions

          Srinivas,
          I came across this site on Regular Expressions a week or two ago.

          At Regular-Expressions.info you will find a wide range of in-depth information about a powerful search pattern language called regular expressions.


          Hope this helps
          Jay

          "Reddy" <gksreddy@adsgr oup.com.NO.JUNK .MAIL> wrote in message
          news:eynmHFtoDH A.2676@TK2MSFTN GP11.phx.gbl...[color=blue]
          > Hi,
          >
          > Can anyone suggest good resources on the net to learn "Regular[/color]
          Expressions".[color=blue]
          >
          > Regards,
          >
          > Srinivas
          >
          >[/color]


          Comment

          Working...