Kaba function string.format ed
Formating helper, mostly used by string-interpolation.
Syntax ed
func pure string.format(fmt: string) -> string
Parameters ed
- fmt: string
- A format descriptor ("%s" or " 10%s").
Return ed
Formated output.
Formating helper, mostly used by string-interpolation.
func pure string.format(fmt: string) -> string
Formated output.