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, _ ByVal options As String _ ) As MatchCollection [C#] public static MatchCollection Matches( string input, string pattern, string options ); [C++] public: static MatchCollection* Matches( String* input, String* pattern, String* options ); [JScript] public static function Matches( input : String, pattern : String, options : String ) : MatchCollection;
The collection of match objects found by the search.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace | Regex.Matches Overload List