pub fn is_valid_domain(input: &str) -> bool
Returns true when the input is a valid ASCII domain name with at least one dot.
true