Skip to content

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