canceraiddev / elm-form-builder / Form.Format.Email

A (simple and quite possibly wrong) email regular expression

regex : Form.Locale.CountryCode.CountryCode -> Regex


type alias ForbiddenDomain =
{ domain : String
, message : String 
}

decoderForbiddenDomain : Json.Decode.Decoder ForbiddenDomain