Method IsGopherString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
IsGopherString(string)
Indicates whether given text is internet address string for the Gopher protocol.
public static bool IsGopherString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is Gopher address; otherwise false.