Skip to main content

is_email

Function is_email 

Source
pub fn is_email(
    field: &str,
    value: &str,
    custom: Option<&str>,
) -> Result<(), ValidationException>
Expand description

Requires value to match a basic local@domain.tld email shape.