Greasy Fork is available in English.

string format

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

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://update.greasyfork.org/scripts/453846/1131145/string%20format.js

Maker
捈荼
Versie
2.0.2
Gemaakt op
27-10-2022
Bijgewerkt op
23-12-2022
Licentie
Apache-2.0

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

e.g.

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