printf
The printf function formats according to a format specifier and returns the resulting string.
{{ printf "%s %s" "hello" "world" }}
printfThe printf function formats according to a format specifier and returns the resulting string.
{{ printf "%s %s" "hello" "world" }}