pub async fn separate_subdomain_from_domain_name( domain_name: &str, ) -> (String, String)
Separates subdomain from domain name.