string format

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

اعتبارا من 05-11-2022. شاهد أحدث إصدار.

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://updategreasyfork.deno.dev/scripts/453846/1113532/string%20format.js

المؤلف
捈荼
الإصدار
2.0.2
تم إنشاؤه
27-10-2022
تم تحديثه
05-11-2022
Size
1020 Bytes
الترخيص
MIT

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

e.g.

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