string format

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

Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greasyfork.org/scripts/453846/1131145/string%20format.js

Skaber
捈荼
Version
2.0.2
Oprettet
27.10.2022
Opdateret
23.12.2022
Licens
Apache-2.0

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

e.g.

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