Regular Expressions. Remember it, write it, test it.
Posted
by outcoldman
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by outcoldman
Published on Wed, 24 Mar 2010 13:56:00 GMT
Indexed on
2010/03/24
14:03 UTC
Read the original article
Hit count: 630
I should say that I’m fan of regular expressions. Whenever I see the problem, which I can solve with Regex, I felt a burning desire to do it and going to write new test for new regex. Previously I had installed SharpDevelop Studio just for good regular expression tool in it (Why VS doesn’t have one?). But now I’m a little wiser, and for each Regex I write a separate test.
I find it difficult to remember the syntax of regular expressions (I don’t write them very often); I always forget which character is responsible for the beginning of the line, etc. So I use external small and easy articles like this “Regular expressions - An introduction”.
Now I want to show you little samples of regular expressions and want to show you how to test these samples.
© ASP.net Weblogs or respective owner