string format

Format a string with '{0}','{1}'...

Per 29-10-2022. Zie de nieuwste versie.

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://updategreasyfork.deno.dev/scripts/453846/1110650/string%20format.js

Maker
捈荼
Versie
2.0.1
Gemaakt op
27-10-2022
Bijgewerkt op
29-10-2022
Grootte
879 bytes
Licentie
MIT

Format a string with '{0}','{1}'...

e.g.

'1+1 = {0}'.format(1 + 1);