Denis Gladkikh
Russian  |  English
rss twitter

Selected Tag: Regular Expressions

24.03.2010 12:51 UTC

Regular Expressions. Remember it, write it, test it.

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.

Read more...

Leave a comment ( 2 )
.NETC#TwitterTDDRegexRegular ExpressionsnUnit



The content on this site represents my own personal opinions and thoughts at the time of posting.