strings.Repeat
Syntax
strings.Repeat COUNT INPUT ⟼ string
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"
strings.Repeat COUNT INPUT ⟼ string
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"