Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
str::repeat
repeat(item: String, n: Integer)
Parameter
Type
Description
item
String
The string to repeat
n
Integer
The amount of times it should be repeated
Repeats a string.
Returns
(String)