Table of Contents

Class HyperText

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

This class is designed to recognize whether some text represents hypertext.

public class HyperText
Inheritance
HyperText

Methods

IsEmailString(string)

Indicates whether given text is e-mail address.

IsFileString(string)

Indicates whether given text is address string for the local file on the disk.

IsFtpString(string)

Indicates whether given text is address string for File Transfer Protocol.

IsGopherString(string)

Indicates whether given text is internet address string for the Gopher protocol.

IsHttpString(string)

Indicates whether given text is internet address used Hypertext Transfer Protocol.

IsHyperText(string)

Indicates whether given text is hypertext.

IsWWWString(string)

Indicates whether given text is internet address within the World Wide Web.