RepeatString
Last updated
Last updated
Create a string that contains a specified number of repetitions of the specified string.
Argument | Type | Required | Description | Default |
---|---|---|---|---|
string
string
true
The string to repeat.
count
integer
true
The number of times to repeat the string.