Liking cljdoc? Tell your friends :D

user.string.alpha


non-alpha-num-charsclj


rand-strclj

(rand-str)
(rand-str {:keys [length include exclude shell-escape]
           :or {length [32 40] include #{} exclude #{\` \" \' \\}}})

:include overrides :exclude

:include overrides :exclude
raw docstring

trim-charclj

(trim-char s c)

triml-0x30clj

(triml-0x30 s)

Removes whitespace from the left side of string.

Removes whitespace from the left side of string.
raw docstring

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

× close