(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.
(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
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close