Have you ever needed a regular expression to match a numeric range? If so, check Regex_For_Range . This is definitely one of the tools you’d want to add to your Regular Expression toolbox!
source: http://blogs.msdn.com/zainnab This is a great resource for learning what regular expressions are and how you can use them in .NET applications, including PowerShell (featured briefly), I watched the first 4 chapters and I love every part of it. Presenter : Zain Naboulsi , MSDN Developer Evangelist, Microsoft Corporation In this webcast series, we explore an unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if you know how to...