Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to repeat. |
count | Integer | The number of times to repeat the string. |
Return Value
Returns a Utf8 containing the original string repeated the specified number of times.
Examples
$ Repeat a string
