(boolean-str s)
(comma-list-gen spec)
(comma-str s)
(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`.
(int-comma-str s)
(int-str x)
(keyword-alphanumeric? x)
Returns true if x
is an alphanumeric string, otherwise false.
Returns true if `x` is an alphanumeric string, otherwise false.
(keyword-str s)
(re-pattern-str s)
(string-alphanumeric? x)
Returns true if x
is an alphanumeric string, otherwise false.
Returns true if `x` is an alphanumeric string, otherwise false.
(string-gen chars)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close