string format

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

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

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

المؤلف
捈荼
الإصدار
1.0
تم إنشاؤه
27-10-2022
تم تحديثه
28-10-2022
Size
602 Bytes
الترخيص
MIT

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

e.g.

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