Greasy Fork is available in English.

string format

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

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/453846/1131145/string%20format.js

Autor
捈荼
Wersja
2.0.2
Utworzono
27-10-2022
Zaktualizowano
23-12-2022
Size
2,13 KB
Licencja
Apache-2.0

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

e.g.

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