Learn how to extract sub-matches from your regular expression matches with the .NET Group and GroupCollection classes.
Articles Written by Tom Archer - MSFT
Understanding Basic Regular Expressions Patterns
For programmers who are new to regular expressions, Tom Archer presents some basic metacharacters and explains how to use them to perform simple pattern matching with regular expressions.
Search Strings for Patterns with the Match Classes
Learn how to use the Match and MatchCollection classes to enumerate found literals and strings with .NET regular expressions.
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 C++: Working with Temp Files
See how easy it is to create, optimize, and work with unique temporary files from your Managed C++ applications.
Managed C++: Write Image Data Using the ADO.NET Command and Parameter Objects
Tom Archer illustrates in step-by-step fashion how to read an image file from disk and then save it to a SQL Server database by using the ADO.NET SqlCommand and SqlParameter objects.
