(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]})(string-of-gen* {:keys [max-length min-length length blank?]
:or {min-length 0 max-length 100}})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |