(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close