Home Text Tools Encoding Hashing Generators Developer Converters Text Styles Image Tools

Word Wrap Privacy: All processing runs locally

Wrap text at a specified column width, breaking at word boundaries.

Settings
Input 0
Output 0

How It Works

The Word Wrap tool inserts line breaks into your text so that no line exceeds the specified column width. It breaks lines at word boundaries to preserve readability, only splitting a word if it is longer than the maximum width.

Common column widths:

  • 72 — Email and git commit message convention
  • 80 — Traditional terminal width, most common default
  • 100 — Modern code editor convention
  • 120 — Wide-screen code formatting

This tool is useful for formatting plain text emails, code comments, README files, commit messages, and any content that needs to fit within a fixed-width display. Existing line breaks in the input are preserved, and each paragraph is wrapped independently. All processing runs entirely in your browser. No text is transmitted to any server.