Liking cljdoc? Tell your friends :D

kezban.string


any-blank?clj

(any-blank? coll)
source

default-strclj

(default-str str)
(default-str str def-str)

Returns default string when str is nil/blank etc.

Returns default string when str is nil/blank etc.
sourceraw docstring

repeat-strclj

(repeat-str n s)

Repeat a String n times to form a new String

Repeat a String n times to form a new String
sourceraw docstring

substring?clj

(substring? s1 s2)
(substring? s1 s2 locale)

Checks s2 substring of s1 without case sensitivity

Checks s2 substring of s1 without case sensitivity
sourceraw docstring

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

× close