This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
master
hugo
/
docs
/
content
/
en
/
functions
/
strings
/
Repeat.md
346 B
Raw
Permalink
Blame
History
title
description
categories
keywords
action
aliases
strings.Repeat
Returns a new string consisting of zero or more copies of another string.
aliases
related
returnType
signatures
string
strings.Repeat COUNT INPUT
/functions/strings.repeat
{{
strings
.Repeat
3
"yo"
}}
→ yoyoyo