Liking cljdoc? Tell your friends :D
ClojureScript only.

formulario.validations.fns


email?cljs

(email? x)

Returns true if the given string is a valid email

Returns true if the given string is a valid email
sourceraw docstring

empty?cljs

(empty? x)

Returns true if the given value is null or an empty string

Returns true if the given value is null or an empty string
sourceraw docstring

is-url?cljs

(is-url? x)

Returns true if the given string is a url

Returns true if the given string is a url
sourceraw docstring

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

× close