| By Steven Mandel | Article Rating: |
|
| December 8, 2005 10:45 PM EST | Reads: |
10,926 |
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.
Several months ago, I started reading a book called Regular Expression Recipes: A Problem-Solution Approach by Nathan Good. It became quite clear to me as I began the first chapter that while the recipes were quite good, they really applied to solutions in the Unix world as opposed to the .NET universe. Wistfully I thought, wouldn't it be nice if Mr. Good came out with a book that targeted regular expressions for the .NET developer? Well lo and behold, that is exactly what has happened.
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.
Published December 8, 2005 Reads 10,926
Copyright © 2005 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Steven Mandel
Steven Mandel has worked in the IT industry for over 15 years designing databases using Microsoft Access and SQL Server. He has developed Web and Windows applications using VB.NET and has written numerous articles and reviews about ASP.NET and VB.NET.
![]() |
.NET News Desk 12/08/05 11:35:32 PM EST | |||
Regular Expression Recipes for Windows Developers. 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. |
||||
- Kindle 2 vs Nook
- Wave on Ulitzer: Confessions of a Google Wave Fanboy
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Cloud Computing Best Practices
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Windows 7 – Microsoft’s First Step to the Cloud
- Cloud Computing & Federal IT - What Does the Future Hold?
- Jill Tummler Singer, Deputy CIO of CIA, Keynotes at GovIT Expo
- Cloud Expo and the End of Tech Recession
- Kindle 2 vs Nook
- The Difference Between Web Hosting and Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Wave on Ulitzer: Confessions of a Google Wave Fanboy
- Confessions of a Ulitzer Addict
- Cloud Computing Best Practices
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Eval JavaScript in a Global Context
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Windows 7 – Microsoft’s First Step to the Cloud
- Google Maps and ASP.NET
- Crystal Reports XI & How It Has Changed
- Converting VB6 to VB.NET, Part I
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Where Are RIA Technologies Headed in 2008?
- How to Write High-Performance C# Code
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Implementing Tab Navigation with ASP.NET 2.0
- i-Technology Photo Exclusive: Bill Gates & Steve Jobs In "Nerds"
- .NET Archives: Getting Reacquainted with the Father of C#
- i-Technology Viewpoint: "SOA Sucks"
- Programmatically Posting Data to ASP .NET Web Applications




































