Liking cljdoc? Tell your friends :D

owoify-clj.structures.word


contains-replaced-words?clj

(contains-replaced-words? word search-value replace-value)

Check if the replaced words already contains the replacing result. For internal use.

Check if the replaced words already contains the replacing result. For internal use.
sourceraw docstring

inner-replaceclj

(inner-replace word search-value replace-value replace-replaced-words)

Replace all matched items with a string. For internal use. This function is the actual invoked function regardless of the caller passing replace-replaced-words or not. If the caller doesn't pass the last argument, false is passed.

Replace all matched items with a string. For internal use.
This function is the actual invoked function regardless of the caller passing `replace-replaced-words` or not.
If the caller doesn't pass the last argument, `false` is passed.
sourceraw docstring

inner-replace-multipleclj

(inner-replace-multiple word search-value f replace-replaced-words)

Replace all matched items by repeatedly invoking a function. For internal use. f should be a function of two arguments. This function is the actual invoked function regardless of the caller passing replace-replaced-words or not. If the caller doesn't pass the last argument, false is passed.

Replace all matched items by repeatedly invoking a function. For internal use.
`f` should be a function of two arguments.
This function is the actual invoked function regardless of the caller passing `replace-replaced-words` or not.
If the caller doesn't pass the last argument, `false` is passed.
sourceraw docstring

inner-replace-singleclj

(inner-replace-single word search-value f replace-replaced-words)

Replace all matched items by repeatedly invoking a function. For internal use. f should be a function of no arguments. This function is the actual invoked function regardless of the caller passing replace-replaced-words or not. If the caller doesn't pass the last argument, false is passed.

Replace all matched items by repeatedly invoking a function. For internal use.
`f` should be a function of no arguments.
This function is the actual invoked function regardless of the caller passing `replace-replaced-words` or not.
If the caller doesn't pass the last argument, `false` is passed.
sourceraw docstring

replaceclj

(replace word search-value replace-value)
(replace word search-value replace-value replace-replaced-words)

Replace all matched items with a string. For internal use.

Replace all matched items with a string. For internal use.
sourceraw docstring

replace-multipleclj

(replace-multiple word search-value f)
(replace-multiple word search-value f replace-replaced-words)

Replace all matched items by repeatedly invoking a function. For internal use. f should be a function of two arguments.

Replace all matched items by repeatedly invoking a function. For internal use.
`f` should be a function of two arguments.
sourceraw docstring

replace-singleclj

(replace-single word search-value f)
(replace-single word search-value f replace-replaced-words)

Replace all matched items by repeatedly invoking a function. For internal use. f should be a function of no arguments.

Replace all matched items by repeatedly invoking a function. For internal use.
`f` should be a function of no arguments.
sourceraw docstring

Wordclj

source

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

× close