Function validate_email_address

Source
pub fn validate_email_address(email_address_to_be_checked: &str) -> bool
Expand description

Validates an email address.

ยงPanics

It panics if the email address is invalid. This should not happen because the email address is previously validated.