Regular Expressions
Posted by Jeffrey Vanneste at 09:06 PM on November 02, 2005
Category:
Development
, Useful Tools
A fellow coworker sent around this awesome Regular Expression link the other day that I thought I should spread as well:
I use regular expressions as often as the interval it takes me to forget most of the useful regex stuff I learn. Everytime a situation comes up that I should use regex I have to try and remember everything I knew about regex. Well, this tutorial explains regular expressions in such a way that I'm hoping it will stick with me longer this time. To go along with this tutorial I couldn't very well not post an awesome regular expression utility. My personal favorite is The Regulator. It links in with the Regular Expression Library so you already have access to tons of regex. If you haven't heard of it, it's worth checking out. Another tool that I sometimes go back to using is Regex Designer which is made specifically for .NET applications. It has an option to generate some code stubs for you which saves some time. |
