pub fn validate_non_control_character<T>(alphabetic: T) -> bool
where T: AsRef<str> + Clone,