Last updated 1 year ago
Repeats (merges) a string value multiple times
Repeat(string, count)
string - A text value to repeat
string
count - Number of times to repeat
count
Repeat("text ", 3) → "text text text" Repeat("Meow ", 2) → "Meow Meow "