mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-30 20:49:55 +00:00
445 B
445 B
title | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.Repeat | Returns a new string consisting of zero or more copies of another string. |
|
|
|
|
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"