Articles Written by Tom Archer - MSFT

Using Regular Expressions to Parse for E-Mail Addresses

The final installment of Tom Archer's series on using the .NET regular expression classes from Managed C++ presents several complex patterns that allow you to locate almost any valid e-mail address from a body of text.

Using Regular Expressions to Search and Replace Text

When you deal with user input or text files, you usually have to search through that input and replace literals, special characters, or patterns. Learn how to perform this common task via the .NET regular expressions classes.

.NET Regular Expressions and Captures

Learn the subtle differences between groups and captures in .NET regular expressions and how to suppress capture information when your applications don't need it.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds