There is now printf-like support in util.format().
Example:
util.format('hello %s', 'world');
// Returns: 'hello world'
There is now printf-like support in util.format().
Example:
util.format('hello %s', 'world');
// Returns: 'hello world'