Using Regular Expressions

Regular expressions are a major topic in their own right and a full discussion of them is beyond the scope of this book. In this section, we will focus on introducing the major concepts of regular expressions and the use of the Regex class and associated classes in the .NET Compact Framework. The reader is referred to Mastering Regular Expressions, Second Edition (by Jeffrey Friedl, ISBN 05960002890, published by O’Reilly & Associates, 2002) for a full discussion of regular expressions. The Regex class and supporting classes are defined in the System.Text.RegularExpressions namespace.

Note

The .NET Compact Framework requires that you add a reference to System.Text.RegularExpressions.dll in your project in addition to the ...

Get Microsoft® .NET Compact Framework (Core Reference) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.