Method IsWWWString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
IsWWWString(string)
Indicates whether given text is internet address within the World Wide Web.
public static bool IsWWWString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is internet address; otherwise false.