string format

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

Ekde 2022/10/29. Vidu La ĝisdata versio.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/453846/1110630/string%20format.js

Aŭtoro
捈荼
Versio
2.0
Kreita
2022/10/27
Ĝisdatigita
2022/10/29
Size
876 bitokoj
Licenco
MIT

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

e.g.

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