tld function

String tld()

return a random tld.

Implementation

String tld() {
  return pick(tlds);
}