sprintf() for JavaScript is a lightweight yet powerful JavaScript implementation of sprintf(), based on the PHP specification.
| Tags | Web Development Web Library JavaScript |
|---|---|
| Licenses | BSD License |
| Operating Systems | OS Independent |
| Implementation | JavaScript |
Recent releases


Release Notes: Support was added for named placeholders and vsprintf. The format is now cached. The global namespace pollution was also reduced.


Release Notes: It seems that the last update was a regress. The code was reverted to version 0.4 and the bug regarding the sign of the number 0 was fixed.


Release Notes: This release fixes some bugs related to padding and the sign specifier.


Release Notes: The width specifier has been fixed.


Release Notes: One nasty bug has been fixed.