Products Purchase Publishing Articles Support Company Contact |
Products > Books > .NET > Regular Expressions with .NET |
|||||||
Moving to VB .NET: Strategies, Concepts and Code Introduction Table of Contents Sample Chapter Sample Code Updates Visual Basic .NET or C#: Which to Choose Updates Regular Expressions with .NET Updates Obfuscating .NET: Protecting your code from prying eyes Updates Tracing and Logging in .NET Telling Time with .NET Hijacking .NET (series) Exploring .NET (series)
|
Note: This page describes a product or book that, while still relevant to .NET programmers, is based on an earlier version of the .NET framework. The page is available for archival purposes and as a courtesy to those who have linked to it, but is no longer being updated or maintained.
Regular Expressions with .NET
|
|
Visual Basic .NET and C# may get all the attention, but it might surprise you to know that yet another language is built into Visual Studio - one that can be used in conjunction with VB .NET or any other .NET language. A language that is terse to such a degree that the term "concise" does not come close to describing its brevity of syntax. A language so cryptic that it can take hours to truly understand a single line of code.
The Regular Expression language is a language that can save you hours upon hours of time in any application that involves text processing. It is a language that can perform complex data validation tasks in a single line of code. It is a language that performs sophisticated search and replace operations on strings. It is a language that should be part of every programmer's "bag of tricks."
This ebook is a complete introduction to Regular Expressions that can even be read and understood by programmers who have never heard of them. It is also intended to help experienced Regular Expression programmers come up to speed quickly on the .NET implementation of Regular Expressions.
Refer to your copy of the book for a link to the sample code