node-printf
node-printf copied to clipboard
Write formatted data (complete implementation of printf and sprintf) in Node.js
Results
1
node-printf issues
Sort by
recently updated
recently updated
newest added
It would be very useful to be able to truncate strings to a certain length and also pad left and right, currently only padding left appears to be supported. maybe...