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