Text to repeat
Repeat times
Separator (use \n for newline, \t for tab)
Output
What This Tool Does
The Text Repeater takes any input string and repeats it N times with a customisable separator. Use \n as the separator for one repetition per line, or leave it empty to concatenate directly. Supports up to 10,000 repetitions.
Frequently Asked Questions
What separators can I use?
You can use any text as a separator, including newlines (\n will be converted to an actual newline), commas, spaces, custom strings, or leave it blank for no separator. The separator is inserted between each repetition but not at the start or end.
What is this useful for?
Common uses include generating test data with repeated patterns, creating CSS content property strings, filling textarea placeholders, building repeated command strings, and generating sample data for databases or spreadsheets.
Is there a limit on repetitions?
The tool allows up to 10,000 repetitions. Very large outputs may be slow to copy but there is no hard browser limit for generation.