$stringRepeat
Repeat the given text certain amount of times.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Times | How many times to repeat the word. | Yes | None |
Example
$stringRepeat[text;times]
Function Aliases
- $repeatText
- $repeat