string format

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

As of 2022-10-28. 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.greasyfork.org/scripts/453846/1110440/string%20format.js

Author
捈荼
Version
0.0.1.20221028105033
Created
2022-10-27
Updated
2022-10-28
Size
404 Bytes
License
N/A

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

e.g.

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