Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 487 Bytes

jsfmt

Javascript String Format Utility

Usage

<script src="format.js"></script>

var res=Format.format("my param {0}, my param {1:d##}","one",2);
res;
//my param one, my param 02

More samples are currently available in the unittest (tests/tests.js)

Unittests

Currently active here Unittests

Contributers

nomiad | guavestudios.com