Liking cljdoc? Tell your friends :D

org.soulspace.clj.property-replacement

Functions for replacements of properties in the form of ${property}.

Functions for replacements of properties in the form of ${property}.
raw docstring

replace-propertiesclj

(replace-properties prop-map input)
(replace-properties prop-map input default)

Replaces properties of the form of '${property}' in strings given as input with values from prop-map.

Replaces properties of the form of '${property}' in strings given as input with values from prop-map.
sourceraw docstring

replace-properties-recursiveclj

(replace-properties-recursive prop-map input)
(replace-properties-recursive prop-map input default)

Recursively replaces properties of the form ${property} in strings contained in input until no further replacement is possible.

Recursively replaces properties of the form ${property} in strings contained in input until no further replacement is possible.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close