Declaration Syntax
Public Sub New( _
ByVal expression As String _
)
public RegexSpecification(
string expression
);
public: RegexSpecification(
String expression
);
public function RegexSpecification(
expression : String
);
Parameters
- expression
- The string representation of an expression.
Remarks
The expression is constructed with the options defined by PredefinedOptions.Requirements
Namespace: Eas.WebCrawler.PlugIns.LinkExtractorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)