Windows Forms: How to Use Regular Expressions

This sample application shows how to use regular expressions. If you are not familiar with regular expressions, they are a well-established and standard way to parse text files as well as to search and optionally replace occurrences of substrings and text patterns. They can be a very powerful tool in your development arsenal. For more information, go to http://msdn.microsoft.com and type "regular expressions" in the search engine.

Featured Highlights

Requirements

To run the Screen Scrape examples you will need an active connection to the Internet.
Microsoft Visual Studio.NET Professional
Windows 2000 or Windows XP.

Running the Sample

Simply press F5.

See Also

Regular Expression Classes  Regular Expression List