Consider adding string interpolation like `"var: \{variable}"`. Make sure it is backwards compatible, and consider how to handle nested strings. The `"${var}"` or `{var}` options should not be used, since those would not be backwards compatible.