Is there any way in Julia to perform string interpolation after the string is decl

There are packages for this, e.g. the C-style Printf standard library or the Python-style Formatting.jl, and also Mustache.jl.

3 Likes