Repeat Text Generator
Duplicate a line or phrase as many times as you need, joined by a newline, space, comma, or custom separator.
Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Text stays in this browser.
Duplicate a phrase with a chosen separator
Enter the text, a repeat count, and a separator (`\n`, space, comma, or custom). The output is the phrase concatenated that many times—useful for filling a list, seeding a test fixture, or checking how a UI wraps.
Load tests vs placeholder paragraphs
Lorem Ipsum is for realistic-looking prose length. Repeat Text is for an exact token (`TODO`, a SKU, a delimiter) duplicated. Count is capped (thousands, not millions) and the product of length × count cannot exceed the paste budget.
Accidental floods
Repeating a long paragraph 5,000 times can still produce a huge string. The cap exists so the tab does not freeze. Generation is local; copy when ready.
Frequently asked questions
How do I put each copy on its own line?
Set the separator to a newline (`\n` in the field, or press Enter if the control accepts it).
Why did it stop at a lower count than I typed?
Count and total character caps prevent a locked tab. Lower the phrase length or the repeat number.
Can I repeat with numbering (1., 2., 3.)?
This tool repeats the same string. Add numbers in a spreadsheet, then paste, or generate a list elsewhere.