String Repeat Example

The following example repeats the specified string 5 times.

Smartsite SXML CopyCode image Copy Code
{string.repeat('hi', 5)}
Example Result CopyCode image Copy Code
hihihihihi
SXML