Declaration Syntax
Public Sub New( _
ByVal ParamArray regularExpressions() As RegexSpecification _
)
public RegularExpressionLinkExtractor(
params RegexSpecification[] regularExpressions
);
public: RegularExpressionLinkExtractor(
RegexSpecification regularExpressions __gc[]
);
public function RegularExpressionLinkExtractor(
regularExpressions : RegexSpecification[]
);
Parameters
- regularExpressions
- A set of regular expression specifications that provide details about the regular expression.
Requirements
Namespace: Eas.WebCrawler.PlugIns.LinkExtractorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)