|
YOUR FEEDBACK
|
TOP MICROSOFT .NET LINKS Book Review Regular Expression Recipes for Windows Developers
A problem-solution approach
By: Steven Mandel
Dec. 8, 2005 10:45 PM
One of the most powerful tools that a developer can use for validating data is the regular expression. A regular expression makes use of pattern matching to determine if an item fits within the definition of the pattern. Some validation that might take many lines of code to validate can be simply validated by building the correct pattern. However, many developers are put off by the feeling that regular expressions are too hard to master.
This book is divided into six chapters and includes an introduction and a syntax overview. The topics covered are: words and text, URLs and Paths, CSV and tab-delimited files, formatting and validating, HTML and XML, and source code. He also covers the concepts of look ahead and look behind that are included in C# and VB.NET. Mr. Good's approach as he presents his examples is to provide the recipe in four flavors: C#, VB.NET, JavaScript, and VB script as appropriate. This is handy because some of the advanced features of regular expressions such as look ahead and look behind are not available in the script languages. In addition, Mr. Good is very good about pointing out when it is and isn't appropriate to use a regular expression. He steps through each recipe and explains step by step what the pattern is trying to accomplish. This approach makes it easier for fledgling regular expression developers to start building their own expressions. Obviously, it is impossible to write a book that will cover all topics and permutations, but the idea is that with enough examples a developer can build his or her own patterns by using the recipes provided. There are a few syntax errors in the examples, but if you look at some of the matching code you can figure out how to fix it. My one minor beef with the book is that I wish that the syntax overview chapter were more robust. I found the author introducing patterns like \b (word boundary) in other chapters of the book. It would be nice for reference purposes if they were all in one place. In addition, a cheat sheet similar to the one found at www.regexplib.com/CheatSheet.htm would have also been helpful. YOUR FEEDBACK
MICROSOFT .NET LATEST STORIES
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
|
SYS-CON FEATURED WHITEPAPERS MOST READ THIS WEEK BREAKING NEWS FROM THE WIRES
|
||||||||||||||||||||||||||||||||||||