Liking cljdoc? Tell your friends :D

clj-fuzzy.helpers


batch-replaceclj/s

(batch-replace string replacements)

Apply several [replacements] to a [string].

Apply several [replacements] to a [string].
sourceraw docstring

bigramsclj/s

(bigrams s)
source

chopclj/s

(chop string)

Drop the last character of a [string].

Drop the last character of a [string].
sourceraw docstring

clean-non-alphabeticalclj/s

(clean-non-alphabetical word)

Drop every non alphabetical character in [word].

Drop every non alphabetical character in [word].
sourceraw docstring

distinct-consecutiveclj/s

(distinct-consecutive sequence)

Drop consecutive duplicates in sequence

Drop consecutive duplicates in sequence
sourceraw docstring

eatclj/s

(eat string)

Drop the first letter of a [string].

Drop the first letter of a [string].
sourceraw docstring

in?clj/s

(in? string sequence)

Checks whether a [string] is contained within a [sequence].

Checks whether a [string] is contained within a [sequence].
sourceraw docstring

n-gramsclj/s

(n-grams n s)

Lazily compute the n-grams of a sequence.

Lazily compute the n-grams of a sequence.
sourceraw docstring

not-in?clj/s

source

quadrigramsclj/s

(quadrigrams s)
source

re-test?clj/s

(re-test? regular-expression string)

Test a [string] against a [regular-expression].

Test a [string] against a [regular-expression].
sourceraw docstring

sliceclj/s

(slice string start length)

Slice a [string] from [start] and up to [length].

Slice a [string] from [start] and up to [length].
sourceraw docstring

trigramsclj/s

(trigrams s)
source

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

× close