Liking cljdoc? Tell your friends :D

spec.validate.email


email-address?clj

(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.
sourceraw docstring

gen-email-addressclj

(gen-email-address)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close