The Text Repeater duplicates any input text a specified number of times, with an optional separator between repetitions. Useful for generating test data, creating repeated patterns, building placeholder strings, or stress-testing input fields.
Enter your text, set the repeat count and separator, and copy the result instantly. For adding a prefix or suffix to each repeated line, try the Prefix & Suffix Adder.
Repeat with newline
Input
hello (×3, newline separator)
Output
hello hello hello
Add a prefix, suffix, or both to every line of text.
Pad text to a fixed width with a chosen character on the left, right, or both sides.
Add sequential line numbers to every line of text.
Truncate text to a maximum length with a custom ellipsis.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Eliminate duplicate lines from any block of text instantly.