BuildMaster SDK Reference
Version:
IsMatch(string input) Method
Indicates whether the regular expression specified in the LazyRegex constructor finds a match in a specified input string.
Syntax
public
bool IsMatch(string input)
Parameters
- input
- Type: string
The string to search for a match.
Returns
true if the regular expression finds a match; otherwise, false.
Exceptions
System.ArgumentNullException
|
input is null (Nothing in Visual Basic).
|