Constructs a regular expression specification out of a System.Text.RegularExpressions.Regex.

Declaration Syntax

Public Sub New( _
	ByVal expression As Regex _
)
public RegexSpecification(
	Regex expression
);
public: RegexSpecification(
	Regex expression
);
public function RegexSpecification(
	expression : Regex
);

Parameters

expression
The System.Text.RegularExpressions.Regex to use. 

Requirements

Namespace: Eas.WebCrawler.PlugIns.LinkExtractors
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

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