Liking cljdoc? Tell your friends :D

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

not-neg-number?cljs

(not-neg-number? x)

Returns true if the given value is a number and it is positive or 0

Returns true if the given value is a number and it is positive or 0
sourceraw docstring

pos?cljs

(pos? x)

Returns true if the given value is a number is greater than zero. Overriding clojure.core/pos? because it doesn't handle well not-number types. Returns false otherwise

Returns true if the given value is a number is greater than zero.
Overriding clojure.core/pos? because it doesn't handle well not-number types.
Returns false otherwise
sourceraw docstring

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

× close