(string-of opts)
Returns a spec that will check conditions against string with AND. The options are loosely based on coll-of.
Combined with AND:
Returns a spec that will check conditions against string with AND. The options are loosely based on coll-of. * :trim? - trim value before checking Combined with AND: * :max-length - max size * :min-length - min size * :length - exact size * :re - regex matching string * :blank? -check for blank
(string-of* {:keys [min-length max-length length trim? blank? re]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close