To Validate FQDN using nslookup
I have a requirement like i need to validate fqdn field on the catalog form which is string type.EX: www.google.com - need to show truewww.sqrfgtt.com - need to show falseI thought of using sn_dns.DNSResolver class but it is not working. Can we use a...