sprintf

sprintf

[code=golang]
fmt.Sprintf("%s", "Something")
[/code]

[code=php]
sprintf("%s", "Something")
[/code]