Returns a formatted string using the first argument as a printf-like format.
Parameters
format: string
A string that contains zero or more placeholders. Each placeholder is replaced with the converted value from its corresponding argument. Supported placeholders are:
Returns a formatted string using the first argument as a printf-like format.