LinkElementMustHaveRegex

A Perl-compatible regular expression to restrict the links extracted by Connector Framework Server when ExtractLinks=TRUE.

Type: String
Default:  
Required: No
Configuration Section:

Any section that you have defined for WkoopHtmlExtraction settings

Example:

To extract links only from <a href="...">...</a> elements, set the following values:

LinkElementMustHaveRegex=^a$ 
LinkAttributes=href
See Also:

ExtractLinks

LinkAttributes

LinkElementCantHaveRegex