Files
hugo/content/en/functions/strings/Repeat.md
T
2025-03-05 04:50:06 -08:00

379 B

title, description, categories, keywords, params, aliases
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 related returnType signatures
string
strings.Repeat COUNT INPUT
/functions/strings.repeat
{{ strings.Repeat 3 "yo" }} → yoyoyo