Liking cljdoc? Tell your friends :D

org.soulspace.clj.property-replacement


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.
raw 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.
raw docstring

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

× close