Liking cljdoc? Tell your friends :D

mlib.util


assoc-not-nilclj

(assoc-not-nil m k v)

cap-firstclj

(cap-first s)

edn-readclj

(edn-read file)

edn-resourceclj

(edn-resource res)

hescclj

(hesc text)

Replace special characters by HTML character entities.

Replace special characters by HTML character entities.
raw docstring

not-blank?clj

(not-blank? s)

now-msclj

(now-ms)

pcre-escapeclj

(pcre-escape s)

PCRE_ESCAPE_MAPclj


PCRE_SPECIALSclj


str-headclj

(str-head n s)

Returns the first n characters of s.

Returns the first n characters of s.
raw docstring

str-tailclj

(str-tail n s)

Returns the last n characters of s.

Returns the last n characters of s.
raw docstring

str-trimclj

(str-trim s)

to-doubleclj

(to-double s)
(to-double s default)

returns nil or default on failure

returns nil or default on failure
raw docstring

to-floatclj

(to-float s)
(to-float s default)

returns nil or default on failure

returns nil or default on failure
raw docstring

to-intclj

(to-int s)
(to-int s default)

returns nil or default on failure

returns nil or default on failure
raw docstring

to-longclj

(to-long s)
(to-long s default)

returns nil or default on failure

returns nil or default on failure
raw docstring

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

× close