email-validate-0.2: Validating an email address string against RFC 5322Source codeContentsIndex
Text.Email.Validate
Synopsis
isValid :: String -> Bool
validate :: String -> Either ParseError ()
Documentation
isValid :: String -> BoolSource
Validates whether a particular string is an email address according to RFC5322.
validate :: String -> Either ParseError ()Source
If you want to find out why a particular string is not an email address, use this!
Produced by Haddock version 2.4.1