I went over this site over the weekend to brush up my skills on regular expressions, this is probably the one of the best and only site you'll need, it has basics, quick starts and detailed internal working of the regex engines
For people new to Regular Expressions or regex, it provides a powerful functionality to match patterns in text, it might seem confusing at first but once you get the hang of it its not that hard (but I think the testing data would take some thought!)
as I work on .NET, the framework provides you classes in the namespace System.Text.RegularExpressions
http://www.regular-expressions.info/
I'll try to post some examples later
Showing posts with label Reference. Show all posts
Showing posts with label Reference. Show all posts
Tuesday, June 19, 2007
Wednesday, June 13, 2007
The cheat sheet page
Jack daniel's website has a cheat sheet section, consisting of printable summarized commonly used methods for a number of tools and technologies including html, MySql, regular expressions and more.
I was looking for something on regular expressions when I came across this
click here to access his cheat sheet section
These are handy printouts that would help in any situation, I usually use one for javascript reference which can be found here its from the book Javascript Bible, it has save me many hours of unproductive searching
I was looking for something on regular expressions when I came across this
click here to access his cheat sheet section
These are handy printouts that would help in any situation, I usually use one for javascript reference which can be found here its from the book Javascript Bible, it has save me many hours of unproductive searching
Subscribe to:
Posts (Atom)