Liking cljdoc? Tell your friends :D

had-utils.core


slurp-linesclj

(slurp-lines path)

Slurp a file and split into lines

Slurp a file and split into lines
raw docstring

slurp-lines-mapclj

(slurp-lines-map path map-fn)

Slurp a file, split into lines, and map a function over the result.

Slurp a file, split into lines, and map a function over the result.
raw docstring

slurp-splitclj

(slurp-split path split-re)

Slurp a file and split into parts on a regexp.

Slurp a file and split into parts on a regexp.
raw docstring

slurp-split-mapclj

(slurp-split-map path split-re map-fn)

Slurp a file, split into parts on a regexp, and map a function over the result.

Slurp a file, split into parts on a regexp,
and map a function over the result.
raw docstring

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

× close