Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

org.euandre.misc.edn.email

edn readers and custom printers for Email.

edn readers and custom printers for Email.
raw docstring

Emailcljs


email-regexclj/s

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.
raw docstring

string->emailclj/s

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

validate-emailclj/s

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

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

× close