pub fn validate_email_address(email_address_to_be_checked: &str) -> bool
Validates an email address.
It panics if the email address is invalid. This should not happen because the email address is previously validated.