regular expressions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ananth21
    New Member
    • Oct 2011
    • 13

    regular expressions

    can anyone suggest any good tutorial or any resource
    to understand regular expressions,i am a beginner,
    i have some idea on string formatting expressions and method calls, but having trouble with re
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    There are several good resources on the internet. Here's one: Regular Expressions Tutorial
    The thread Regex Question has additional information that may help you.

    Comment

    • ananth21
      New Member
      • Oct 2011
      • 13

      #3
      here is what i found on regular expressions,ver y useful for a beginner

      after going through half of the material,at least now i can apply some patterns and there is also a good book on the same topic (o'reilly mastering regular expressions)

      Comment

      • papin
        New Member
        • Nov 2011
        • 7

        #4
        kiki may help you. It's a regular expressions tester written in python, made for python.

        Comment

        • Ephexeve
          New Member
          • May 2011
          • 20

          #5
          You should check the docs. It helps, maybe a few Regex cheat sheet.

          Comment

          Working...