string required default (none)The text to repeat. Spaces inside the text are kept, since parameters are not trimmed.
times required default (none)How many times to repeat the string. Read as a whole number, so a non-numeric value counts as zero and a value like 3px is read as 3. Zero gives an empty string; if omitted it counts as zero too. A negative value is not allowed and raises an error.
{str_repeat:ab:3}
{str_repeat:=:3px}
[{str_repeat:=:10}]
[{str_repeat:.:4}]
[{str_repeat:=:{max:0:5}}]
[{str_repeat:x:abc}]
[{str_repeat:x:0}]