Liking cljdoc? Tell your friends :D

axel-f.functions.text


char-fnclj/s

(char-fn number)
source

code-fnclj/s

(code-fn text)
source

dollar-fnclj/s

(dollar-fn number)
(dollar-fn number number-of-places)
source

exact-fnclj/s

(exact-fn str1 str2)
source

find-fnclj/s

(find-fn substr str)
(find-fn substr str from-index)
source

join-fnclj/s

(join-fn delimeter & items)
source

left-fnclj/s

(left-fn text)
(left-fn text number)
source

len-fnclj/s

(len-fn text)
source

lower-fnclj/s

(lower-fn text)
source

mid-fnclj/s

(mid-fn text start number)
source

proper-fnclj/s

(proper-fn text)
source

replace-fnclj/s

(replace-fn text position length new-text)
source

rept-fnclj/s

(rept-fn text number)
source

right-fnclj/s

(right-fn text)
(right-fn text number)
source

roman-fnclj/s

(roman-fn n)
source

search-fnclj/s

(search-fn find-text within-text)
(search-fn find-text within-text position)
source

split-fnclj/s

(split-fn text delimeter & [split-by-each & [remove-empty-text]])
source

substitute-fnclj/s

(substitute-fn text old-text new-text & [occurrence])
source

trim-fnclj/s

(trim-fn & args)
source

upper-fnclj/s

(upper-fn & args)
source

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

× close