edn readers and custom printers for Email.
edn readers and custom printers for Email.
Email regex used for parsing strings. Shouldn't be ultimately relied upon, just a pretty add-on.
Email regex used for parsing strings. Shouldn't be ultimately relied upon, just a pretty add-on.
(string->email email-string)
Build an Email
instance from a email-string
input.
Used for custom edn tags, placed inside data_readers.clj
file.
Build an `Email` instance from a `email-string` input. Used for custom edn tags, placed inside `data_readers.clj` file.
(validate-email email)
Try to validate the given input.
Doesn't throw an exception when an unexpected value is received, just returns a proper explanation instead.
Try to validate the given input. Doesn't throw an exception when an unexpected value is received, just returns a proper explanation instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close