Friday, August 22, 2008

Regular Expressions in C#

Every now and then during our software development adventures we face situations where, if we are familiar with Regular Expressions, we could save ourselves a few minutes, if not more, of precious time. RegExes offer flexibility to identify, work with, and search for particular patterns or characters in strings. In this tutorial we are going to learn how to take advantage of Regular Expressions in C#.
Read the article...

No comments: