Wrap text at a specified column width. Free online text wrapper for formatting text to specific line lengths.
The text wrapper reformats your text so that no line exceeds a specified column width. It breaks lines at word boundaries (spaces) to avoid splitting words in the middle. This is useful for formatting emails, README files, code comments, terminal output, and any content that needs to fit within a specific width.
| Input | Output |
|---|---|
| "This is a very long line of text" → 20 columns | This is a very long line of text |
| "Short line" → 80 columns | Short line (no change) |
| "Word wrapping example text" → 15 columns | Word wrapping example text |