Table of Contents

Method IsGopherString

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

IsGopherString(string)

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

public static bool IsGopherString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is Gopher address; otherwise false.