Returns all the successful matches as if Match were called iteratively numerous times.
[Visual Basic] Overloads Public Shared Function Matches( _ ByVal input As String, _ ByVal pattern As String _ ) As MatchCollection [C#] public static MatchCollection Matches( string input, string pattern ); [C++] public: static MatchCollection* Matches( String* input, String* pattern ); [JScript] public static function Matches( input : String, pattern : String ) : MatchCollection;
The collection of match objects found by the search.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace | Regex.Matches Overload List