utils.repeat_string
Repeat a string a given number of times.
Parameters
- string
The string to repeat.
- number
The number of times to repeat string.
This template repeats the string argument number times.
Repeat a string a given number of times.
The string to repeat.
The number of times to repeat string.
This template repeats the string argument number times.