Wrap text at a specified column width, breaking at word boundaries. Useful for formatting emails, comments, or fixed-width output.
Example
The quick brown fox jumps (width: 15) → The quick brown\nfox jumps
A very long sentence here (width: 10) → A very\nlong\nsentence\nhere