hugo/docs/content/en/functions/strings/Repeat.md
2025-04-10 13:04:51 +02:00

363 B

title description categories keywords params aliases
strings.Repeat Returns a new string consisting of zero or more copies of another string.
functions_and_methods
aliases returnType signatures
string
strings.Repeat COUNT INPUT
/functions/strings.repeat
{{ strings.Repeat 3 "yo" }} → yoyoyo