Word Wrap
Wrap text to a fixed maximum line width on word boundaries.
Input
Output
Set a line width and reflow your text so no line exceeds it, breaking only between words.
How to use
- Set the maximum line width in characters.
- Paste the text you want to reflow.
- Copy the wrapped result from the output box.
Frequently asked questions
- What happens to very long words?
- Words longer than the width are kept intact on their own line rather than being split mid-word.
- Are existing line breaks respected?
- Yes. Each existing line is wrapped independently, so intentional breaks are preserved.