文字与文档工具

文本重复

在浏览器中把完整文本重复1—100,000次;支持无分隔、空格、逗号、分号、竖线、制表符、单换行、空白行或1—20字符自定义字面量分隔符。保留输入中的空白和换行,分隔符仅插入副本之间,结果可复制或下载TXT。

优先本地处理无需注册隐私说明 ↗

Maximum 100,000 characters. The complete input, including spaces and line endings, is repeated as one unit.

Whole numbers from 1 to 100,000; final output remains limited to 500,000 characters.

使用步骤

如何使用

  1. Enter text up to 100,000 characters and choose a whole-number repeat count.
  2. Choose no separator, a common preset, or one to 20 custom literal characters.
  3. Repeat the text, review the exact output, then copy it or download a text file.

The complete input is one repeatable unit

Every repetition preserves the input exactly, including leading spaces, trailing spaces, and line endings. A multi-line input repeats as one block. The separator appears count minus one times, only between complete copies.

Literal separators and bounded output

Choose no separator, space, comma and space, semicolon and space, spaced pipe, tab, new line, blank line, or a custom value up to 20 characters. Custom text is literal: backslashes and punctuation are not interpreted as escapes or regular expressions. The repeat count may be 1–100,000, but the tool estimates the result first and refuses output above 500,000 UTF-16 characters.

常见问题

你可能还想知道

Can I repeat a multi-line block?

Yes. The entire input, including its line breaks, is copied each time and the selected separator is placed between blocks.

Can I add a line break between copies?

Yes. Choose New line for one LF character or Blank line for two LF characters.

Why can a large repeat count be rejected?

The 500,000-character output limit keeps the result practical to create, inspect, copy, and download in the browser.