BuildMaster SDK Reference
Version:
Matches(string input) Method
Searches the specified input string for all occurrences of a regular expression.
Syntax
public
System.Text.RegularExpressions.MatchCollection Matches(string input)
Parameters
- input
- Type: string
The string to search for a match.
Returns
A collection of the Match objects found by the search.
Exceptions
System.ArgumentNullException
|
input is null (Nothing in Visual Basic).
|