T TextTools

Wrap Lines at N Characters

Reformat text to a fixed line width. Wraps at word boundaries by default; optionally break long words.

Advertisement

How to use Wrap Lines at N Characters

  1. Paste your text.
  2. Set the column width.
  3. Copy the wrapped result.

What is Wrap Lines at N Characters?

Useful for code comments with a column limit, plain-text emails, or formatting output for narrow displays. The default word-aware wrap preserves readability; enabling 'Break long words' guarantees no line exceeds the width.

Advertisement

FAQ

What about existing line breaks?
Each paragraph is processed independently — existing single line breaks are treated as line ends.

Related tools