The Wayback Machine - https://web.archive.org/web/20111028052411/http://www.codeguru.com/cpp/cpp/string/net/

    .NET

    Splitting Strings with Regex in Managed C++ Applications

    Learn how to use this simple, yet useful, feature of the Regex class to delimit strings in your Managed C++ applications.

    Managed Extensions: Parsing CSV Files with Regular Expressions

    Tom Archer illustrates how to parse comma-delimited text—when the data contains quotes, commas, and blanks—and return the data in a managed array.

    Strings and Performance in .NET

    STL, String, StringBuilder, character arrays '— How do you get the best performance when working with strings?