Text Repeater
Repeat any text N times, with an optional separator and trailing separator.
Advertisement
How to use Text Repeater
- Type your text.
- Set how many repetitions and the separator.
- Copy the result.
What is Text Repeater?
Repeating a string is useful for generating test data, padding fields, building separators (=====), or making formatted lists. Use \n in the separator for newlines, or \t for tabs.
Advertisement
FAQ
- Can I use a newline as separator?
- Yes — type the literal escape sequence \n in the separator field and we'll convert it.