Selaa lähdekoodia

initial commit

herby 9 vuotta sitten
commit
0e1448fa56
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# 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