string format

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

As of 2022-11-05. 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://updategreasyfork.deno.dev/scripts/453846/1113532/string%20format.js

نووسەر
捈荼
وەشان
2.0.2
Created
2022-10-27
Updated
2022-11-05
Size
1020 Bytes
مۆڵەت
MIT

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

e.g.

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