Format string using the specified context values supporting simple ES6 string interpolation at run-time.
Bar ${foo}
{foo: 'bar'}
Bar bar
Format string
Optional
context values supplied
Format string using the specified context values supporting simple ES6 string interpolation at run-time.
Bar ${foo}
with context values{foo: 'bar'}
results inBar bar
Bar ${foo}
with context values{foo: 'bar'}
results inBar bar