Text Repeater
Repeat a line any number of times, with your own separator and optional numbering.
Input
Output
When repeating text is the job
Filling a test fixture, generating placeholder rows, padding a payload to a size limit, or producing a list of numbered lines — all of them are the same operation, and all of them are tedious by hand.
The count is capped at ten thousand. Past that the browser spends longer laying the result out than you spend reading it, and a text box is the wrong place to hold it.
Frequently asked questions
Can I repeat several lines at once?
Yes. Whatever is in the input box is treated as one unit, however many lines it spans.
Related tools
Palindrome CheckerCheck whether a text reads the same backwards, with or without spaces and punctuation.Lorem Ipsum GeneratorGenerate placeholder paragraphs, sentences or words for mockups and layout tests.Word & Character CounterCount characters, words, sentences and paragraphs — counting CJK characters correctly rather than treating a whole sentence as one word.Sort, Dedupe & Reverse LinesSort lines alphabetically or naturally, remove duplicates, trim whitespace and drop empty lines in one pass.URL Slug GeneratorTurn a title into a clean URL slug, either transliterating accents to ASCII or keeping the original script.Regular Expression TesterTest a JavaScript regular expression against your text and see every match, capture group and named group.