Text Formatter & Converter
16 transformations — case, cleanup, developer formats, and more.
0
Words
0
Characters
0
No Spaces
0
Lines
Case Conversion
Developer
Clean Up
Transform
Input Text
Paste or type your text here
💡 Tip: You can chain transformations — apply one, then apply another to the output. Use Use as Input to chain.
About Text Formatter
Case transformations
UPPERCASE: converts all letters to capitals
lowercase: all small letters
Title Case: Capitalises Each Word
Sentence case: Only first letter capitalised
camelCase: firstWordLowerThenCapitalise (JavaScript)
PascalCase: LikeThis (class names)
Developer utilities
snake_case: words_joined_by_underscores (Python, SQL)
kebab-case: words-joined-by-hyphens (URLs, CSS)
Trim whitespace: removes leading and trailing spaces
Remove line breaks: joins paragraphs into single line
Remove duplicate lines: cleans datasets and lists
Writing utilities
Reverse text: reverses character order
Sort lines A–Z: organises any list alphabetically
Word/character count: tracks document statistics
All transformations happen 100% in your browser — your text is never uploaded anywhere