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
|
|
пре 9 година | |
|---|---|---|
| lib | пре 9 година | |
| src | пре 9 година | |
| .gitignore | пре 9 година | |
| README.md | пре 9 година | |
| package.json | пре 9 година |
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