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