Format text with multiple operations: add prefix/suffix to lines, add line numbers, sort lines (A-Z, Z-A, by length, shuffle), reverse line order, trim whitespace, remove empty lines, and word wrap.
Convert text to camelCase, snake_case, kebab-case, and 7 more.
Count words, characters, sentences with reading time estimates.
Compare two texts and highlight differences line by line.
Generate Lorem Ipsum placeholder text instantly.
Format, beautify, minify, and validate JSON with syntax highlighting.
Seven operations: Add Prefix/Suffix to every line, Add Line Numbers with custom start and separator, Sort Lines (A-Z, Z-A, by length, or shuffle), Reverse Line Order, Trim Whitespace from each line, Remove Empty Lines, and Word Wrap at a specified column width.
Yes. When the "Add Prefix/Suffix" operation is selected, you can enter both a prefix and a suffix. Both are applied to every line simultaneously. For example, you can wrap each line in quotes by setting prefix to '"' and suffix to '"'.
Sort by length arranges lines from shortest to longest based on character count. This is useful for organizing lists of items, variable names, or any text where grouping by size is helpful.
Word wrap breaks long lines at the specified column width without splitting words. If a single word exceeds the column width, it is placed on its own line. The default width is 80 characters.
Yes. All formatting operations run entirely in your browser. Your text never leaves your device — nothing is sent to a server.