Liking cljdoc? Tell your friends :D

burningswell.api.specs


alphanumeric-char?clj


boolean-strclj

(boolean-str s)

comma-list-genclj

(comma-list-gen spec)

comma-strclj

(comma-str s)

conform!clj

(conform! spec data)

Like clojure.spec/conform, but raises an exception if data doesn't conform to spec.

Like `clojure.spec/conform`, but raises an exception if `data`
doesn't conform to `spec`.
raw docstring

int-comma-strclj

(int-comma-str s)

int-strclj

(int-str x)

keyword-alphanumeric?clj

(keyword-alphanumeric? x)

Returns true if x is an alphanumeric string, otherwise false.

Returns true if `x` is an alphanumeric string, otherwise false.
raw docstring

keyword-strclj

(keyword-str s)

re-pattern-strclj

(re-pattern-str s)

string-alphanumeric?clj

(string-alphanumeric? x)

Returns true if x is an alphanumeric string, otherwise false.

Returns true if `x` is an alphanumeric string, otherwise false.
raw docstring

string-genclj

(string-gen chars)

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

× close