BuildMaster SDK Reference
Version:
LazyRegex(string pattern) Constructor
Initializes a new instance of the LazyRegex class.
Syntax
public .ctor(string pattern)
Parameters
- pattern
- Type: string
The regular expression pattern to match.
Exceptions
System.ArgumentNullException
|
pattern is null (Nothing in Visual Basic).
|