Regular Expressions (C++/CLI)
Demonstrates various string operations using regular expressions classes in the .NET Framework.
The following topics demonstrate the use of the .NET Framework System.Text.RegularExpressions namespace (and in one case the StringSplit method) to search, parse, and modify strings.
In This Section
How to: Use Regular Expressions for Simple Matching (C++/CLI)
How to: Use Regular Expressions to Extract Data Fields (C++/CLI)
How to: Use Regular Expressions to Search and Replace (C++/CLI)
How to: Use Regular Expressions to Validate Data Formatting (C++/CLI)
Related Sections
.NET Framework Regular Expressions