Repeat a character string for many times and paste them up.
Repeat a character string for many times and paste them up.
rep_char(char, rep.times)
char |
Character string. |
rep.times |
Times for repeat. |
Character string.
rep_char("a", 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.