Skip to main content

strings.Repeat

INPUT を COUNT 回繰り返したものを返します。

{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"