Closed cedx closed 4 years ago
Node.js provides the handy util.format() function which mimics the sprintf one from C, PHP... As Haxe standard library does not provide such function, it would be a useful addition.
util.format()
sprintf
Ooops! The function is already here: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/js/node/Util.hx
Node.js provides the handy
util.format()
function which mimics thesprintf
one from C, PHP... As Haxe standard library does not provide such function, it would be a useful addition.