This documentation is archived and is not being maintained.
Regular Expressions in C++
Visual Studio 2005
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 System.String.Split method) to search, parse, and modify strings.
In This Section
Related Sections
See Also
Show: