API Referencecoreprimitivesstringsstring_repeatOn this pagestring_repeat string_repeat(what, count) ⇒ string Repeat a given piece of text a count times Kind: global function ParamTypewhatstringcountnumber Example "ABC_" repeated 2 times results in "ABC_ABC_"