Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Regex Class
Regex Methods
Matches Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Regex..::.Matches Method

Searches an input string for all occurrences of a regular expression and returns all the successful matches.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String)Searches the specified input string for all occurrences of a regular expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String, Int32)Searches the specified input string for all occurrences of a regular expression, beginning at the specified starting position in the string.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String, String)Searches the specified input string for all occurrences of the regular expression specified in the pattern parameter.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String, String, RegexOptions)Searches the specified input string for all occurrences of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker