System.Text.RegularExpressions.MatchCollection Class
Information   Base Types   Related Resources

Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string.

  • Namespace: System.Text.RegularExpressions
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (5)Discussions (55)MembersRotorChanges
    Articles

    Page: 1
    Internal Site Search Engine
    The Code Project
    Site Search Engine searches an entire page for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and displays the results with the highest matches first.
    List excess @Register tags VS.NET Macro
    The Code Project
    When designing an as(p/c)x page you get lots of excess @register tags. This macro identifies those tags
    The Essence Pattern in C#
    The Code Project
    An implementation of the Essence Pattern in C#
    Using Regular Expressions
    4Guys from Rolla
    Regular expressions are a neat and efficient way to perform extremely powerful string pattern matching and replacing. For example, imagine that you had an HTML document and you wanted to pick through it to retrieve all the text between any bold tags (between <b> and </b>). Although this can be done with String class methods such as IndexOf and Substring, it would involve an unnecessarily complex loop with some ugly code. Instead, a relatively simple regular expression could be used.
    VS.NET CodeDOM-Based Custom Tool for String Resource Management
    The Code Project
    A VS.NET custom tool, created with the help of CodeDOM and EnvDTE, used to facilitate management of resource strings via IntelliSense and error checking in VS.NET environment
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com