B4X
B4X
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat B4X Downloads
Dim http As ChilkatHttp
http.Initialize("http")
Dim domain As String = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
Log(domain)
' Output: chilkatsoft.com