How can I get just the expiry date of a domain name using Indy's TIdWhois
component?
I don't want to get the full WHOIS data, but only the expiry date.
I used this code:
IdWhois1.Host:= edit1.Text;
memo1.Lines.Text := IdWhois1.WhoIs (edit2.Text);
This show the full WHOIS data.