DRAFTThis page is not published. Only visible in development mode.
text module

text::repeat

Repeat a string a specified number of times.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to repeat.
countIntegerThe 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
$ ctrl+enter to run

Related Functions