AutoIt
AutoIt
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat AutoIt Downloads
$oHttp = ObjCreate("Chilkat.Http")
Local $sDomain = $oHttp.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
ConsoleWrite($sDomain & @CRLF)
; Output: chilkatsoft.com