Sample code for 30+ languages & platforms
B4X

Example: Http.GetDomain method

Demonstrates the GetDomain method.

Chilkat B4X Downloads

B4X
Dim http As ChilkatHttp
http.Initialize("http")

Dim domain As String = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
Log(domain)

'  Output: chilkatsoft.com