🌕 LUA APIextensionsstringstring.formatOn this page string.formatstring string.format(str, ...)Formats the given string with the given paramsEx: string.format("hello {}, age {}", "world", 20) = "hello world, age 20"ParametersTypeNameDescriptionOptionalstringstrNo descriptionany...No descriptionReturnsTypeDescriptionstringNo description