BuildMaster SDK Reference
Version:
Match(string input) Method
Searches the specified input string for the first occurrence of the regular expression specified in the LazyRegex constructor.
Syntax
public
System.Text.RegularExpressions.Match Match(string input)
Parameters
- input
- Type: string
The string to search for a match.
Returns
An object that contains information about the match.
Exceptions
System.ArgumentNullException
|
input is null (Nothing in Visual Basic).
|