Repeats the input text a number of times.
Text Repeater takes the text you paste in and repeats it a set number of times, joining the copies with the separator you choose. It's handy for quickly generating repeated lines, filler content, or duplicated values without writing a script or a loop by hand. Pick a count, choose how the copies are separated, and the multiplied text appears instantly.
No. Text Repeater runs entirely in your browser and nothing you type is uploaded or stored remotely. The repetition happens locally on your device.
Use the Separator option to join the repeated copies with a newline, a comma, a space, or nothing at all (None). Newline is the default.
Yes. The count is clamped between 1 and 10,000, so very large or out-of-range values are capped to that range.
If the count field is empty or not a valid number, it falls back to 1. Decimal input is truncated to a whole number when parsed.
It repeats the whole input text as a single block, copying it the requested number of times and joining the copies with your chosen separator.