string format

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

As of 28.10.2022. See the latest version.

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.greatest.deepsurf.us/scripts/453846/1110442/string%20format.js

Аўтар
捈荼
Версія
0.1
Створаны
27.10.2022
Абноўлены
28.10.2022
Памер
606 байтаў
Ліцэнзія
MIT

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

e.g.

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