Constructs a regular expression specification out of a string.

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

See Also

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