API Referencecoreprimitivesstringsstring_repeatOn this pagestring_repeatstring_repeat(what, count) ⇒ stringRepeat a given piece of text a count timesKind: global function ParamTypewhatstringcountnumberExample "ABC_" repeated 2 times results in "ABC_ABC_"