Liking cljdoc? Tell your friends :D

nd-db.util


col-str->key-vecclj

(col-str->key-vec col-split-pattern col-str)

Converts a CSV key column string to a vector of keywords. Trims and lower-cases before converting to keyword.

Converts a CSV key column string to a vector of keywords.
Trims and lower-cases before converting to keyword.
sourceraw docstring

db?clj

(db? candidate)
source

index-ofclj

(index-of item coll)

Returns the index of item in the sequential collection. nil if not found

Returns the index of item in the sequential collection.
nil if not found
sourceraw docstring

nippy-db?clj

(nippy-db? candidate)
source

number-str?clj

(number-str? i)

Takes a string, returns true if all chars are numeric. Accepts punctuation (dot and comma).

Doesn't allow the number to begin with 0 followed by another number (such as 008).

Takes a string, returns true if all chars are numeric.
Accepts punctuation (dot and comma).

Doesn't allow the number to begin with 0 followed by
another number (such as 008).
sourceraw docstring

str->hashclj

(str->hash in)
source

v090+?clj

(v090+? candidate)
source

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

× close