Liking cljdoc? Tell your friends :D

datatype.email.core


email-address-patternclj

source

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

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

× close