Desaware Home
Products    Purchase    Publishing    Articles   Support    Company    Contact    
Licensing System
Professional Services
Universal .NET
Universal COM
.NET Books
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)
COM Books
Other Books

bluebar
Contact Desaware and order today

bluebar
Sign up for Desaware's Newsletter for the latest news and tech tips.

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.
Buy Now
amazon

Regular Expressions with .NET
$14.95 [eBook]

Overview

Book Cover
A good introduction for beginners, as well as experts who wish to learn the .NET way of Regex

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.

Table of Contents

  • An introduction to Regular Expressions, and coverage of the most commonly used escapes and pattern constructs.
  • Covers the .NET Framework Regular Expression object model, demonstrating the use of all .NET Regular Expression objects.
  • Covers more advanced Regular Expression concepts and constructs. Beginners and intermediate programmers may find that they will never use the material covered in this part of the book.
  • Provides some insight into state machines, the methodology on which Regular Expression engines are based.

Sample Code

Refer to your copy of the book for a link to the sample code

Related Articles

  • Suffering from Spam?
  • Introduction to State Machines
Books
How Regular Expessions Work
 
Products    Purchase    Articles    Support    Company    Contact
Copyright© 2012 Desaware, Inc. All Rights Reserved.    Privacy Policy