func.repeat
This function takes an input of Any Type and returns a list with the input repeated a specified number of times.
Syntax
func.repeat(string, repeat_int)
Examples
func.repeat('X', 5) --> XXXXX
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)