The following examples use the String function to return repeating character strings of the length specified.
String(5, "*")
String(5, 42)
String(10, "ABC")