Wrap text so each line is at most N characters. Breaks at spaces when possible. Useful for commit messages, SMS, or formatted paragraphs. Runs in your browser.
About Text Line Wrapper
Text Line Wrapper breaks long lines so that each line is at most N characters. It tries to break at spaces to avoid splitting words. Existing line breaks are kept. Handy for commit messages (e.g. 72 chars), SMS, or readable paragraphs.
How to use
- Set the max characters per line (default 72).
- Paste or type your text, then click Wrap text.
- Copy the result if needed.
Frequently Asked Questions
How does wrapping work?
Lines are broken at or before the max length. When possible, the break is at a space so words are not split. Very long words may still be split at the limit.
Is my text sent to a server?
No. Wrapping is done entirely in your browser.
What about existing line breaks?
Existing newlines are preserved; wrapping is applied within each paragraph (each block of text between newlines).