Regular Expressions (C++/CLI)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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 String.Split method) to search, parse, and modify strings.

In This Section

.NET Framework Regular Expressions

See Also

.NET Programming with C++/CLI (Visual C++)