Home
Download
Manual
SourceForge
Credits
string.rep (s, n)
Torch Manual
>
Lua 5.1 Reference Manual
>
Standard Libraries
>
String Manipulation
>
string.rep (s, n)
Returns a string that is the concatenation of
n
copies of the string
s
.