Function separate_subdomain_from_domain_name

Source
pub async fn separate_subdomain_from_domain_name(
    domain_name: &str,
) -> (String, String)
Expand description

Separates subdomain from domain name.