alexei / sprintf.js

sprintf.js is a complete open source JavaScript sprintf implementation
BSD 3-Clause "New" or "Revised" License
2.11k stars 291 forks source link

Adding support for string conversions #186

Closed CharcoStudios closed 4 years ago

CharcoStudios commented 4 years ago

Adding uppercase (:U), lowercase (:L), capitalize (:C) conversions
Adding support for truncate string from end with negative precission