cdfmt
v1.0.0
Published
"{0}, {1}" string formatting
Downloads
4
Readme
cdfmt
Curly-decimals string format.
E.g. cdfmt("Hi, {0}! Pls, {1} the {2}.")("Smith", "frobnicate", "quibplatz")
=> "Hi, Smith! Pls, frobnicate the quibplatz!"
.
Credits: https://gist.github.com/0i0/1519811