Builds a LinkExtractor out of a collection of regular expressions.

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.LinkExtractors
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

RegularExpressionLinkExtractor Class | RegularExpressionLinkExtractor Members | Eas.WebCrawler.PlugIns.LinkExtractors Namespace