Regular Expression Examples 

This section contains code examples that illustrate the use of regular expressions in common applications.

In This Section

  • Example: Scanning for HREFS
    Provides an example that searches an input string and prints out all the href="…" values and their locations in the string.

Reference

  • Regular Expression Classes
    Describes the regular expression classes contained in the System.Text.RegularExpression namespace and provides examples of their use.