添加换行符
每 N 个字符或单词换行。
Paste text to wrap it after a set number of characters or words. Optionally avoid breaking words in the middle. Everything runs locally in your browser.
工作原理
- 1 Paste your text.
- 2 Choose characters or words and the length.
- 3 Copy the wrapped result.
常见用例
- Wrap text to a fixed width.
- Format text for terminals or emails.
- Split a long line into rows.
- Prepare fixed-width content.
常见问题
Is my text sent to a server?
No. Everything runs locally in your browser — your text is never uploaded, stored or logged.
Does it avoid splitting words?
When that option is on and you wrap by characters, breaks fall on spaces so words stay whole (lines may be a little shorter than the limit).
Is it really free?
Yes — free, with no signup and no limits.