(f-string s ctx)
Python-like f-string
Example:
(f-string "Hello, {name}!" {:name "world"})
;; => "Hello, world!"
Python-like f-string Example: ```clojure (f-string "Hello, {name}!" {:name "world"}) ;; => "Hello, world!" ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close