Is there a sprintf equivalent for node.js
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’