Greasy Fork is available in English.

string format

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

2022-11-07 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

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/1114404/string%20format.js

लेखक
捈荼
आवृत्ती
2.0.2
बनवली
2022-10-27
अपडेट केली
2022-11-07
आकार
1.01 KB
License
Apache-2.0

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

e.g.

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