Method IsGopherString
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.