Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

LinkPatterns Property

Show in webframe
Gets a list of the regular expressions to use when parsing links from text.
Syntax
get_linkPatterns();
Object.defineProperty('linkPatterns');

Property Value

TypeDescription
ObjectA list of the regular expressions (RegExp) to use when parsing links from text. The default value is a list containing two regular expressions: The first to parse links such as http, https, ftp, file, mailto, etc. and the second to parse email addresses.
Remarks

You can add or modify this list to control how links are parsed from text. Call ResetLinkPatterns to set the list back to the default values.

Refer to AutoParseLinks for more information.

Example

For an example, refer to GetLinks

See Also

Reference

DocumentText Object
DocumentText Members

Error processing SSI file