Skip to content

StringRepeat

Repeats a string n times.

$ wo 'StringRepeat["ab", 3]'
ababab
$ wo 'StringRepeat["x", 5]'
xxxxx
$ wo 'StringRepeat["hello", 0]'