Files
hugo/content/en/functions/strings.Repeat.md
T
2023-04-01 08:29:16 -07:00

327 B

title, description, categories, menu, keywords, signature, relatedfuncs
title description categories menu keywords signature relatedfuncs
strings.Repeat Returns INPUT repeated COUNT times.
functions
docs
parent
functions
strings
strings.Repeat COUNT INPUT
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"