(email-address? value)
Returns true if the email address is valid according to the validation grammar defined in the HTML specification for an input of type email, otherwise returns false. The domain of the email address is not checked for validity.
Returns true if the email address is valid according to the validation grammar defined in the [HTML specification](https://html.spec.whatwg.org/#valid-e-mail-address) for an input of type email, otherwise returns false. The domain of the email address is not checked for validity.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close