active content advanced options
Returns a string consisting of "string_expression" repeated "integer_expression" times.
repeat ( string_expression, integer_expression )
repeat ( XYZ, 3 )
Result
Returns XYZXYZXYZ.