pub const URL_TOP_LEVEL_DOMAIN: &str = "url.top_level_domain";
Expand description
The effective top level domain (eTLD), also known as the domain suffix, is the last part of the domain name. For example, the top level domain for example.com is com
.
§Notes
This value can be determined precisely with the public suffix list.
§Examples
"com"
"co.uk"