- Text Checker (Word, Character & Formatting Checks)
- Word Formatter AI (Word‑Ready Text Cleaner)
- Case Formatter Online (Upper, Lower, Title, Camel, Snake)
- Diff Formatter Tool
- Remove Duplicates Generator (JSON, CSV, Lines)
- Slug Checker — Validate & Fix URL Slugs
- Online Diff Generator
- Online Case Generator
How to use
Pick a format, paste your text, and copy the result.
- Paste text into the input box.
- Select a case style (or use a quick button).
- (Optional) Enable line-by-line processing for lists.
- Click Format, then Copy Output.
FAQ
What’s the difference between camelCase and PascalCase?
camelCase starts with a lowercase word (myVariable), while PascalCase starts with an uppercase word (MyVariable).
Does it handle text like myHTTPServer or JSONData?
It splits common uppercase-to-lowercase transitions (HTTP Server, JSON Data) reasonably well, but edge cases can vary with unusual acronyms.
Will punctuation and symbols be preserved?
Upper/lower/swap keep punctuation as-is; developer cases (snake/kebab/camel) rebuild text from detected words and numbers and drop most symbols.
Can I format a list line-by-line?
Yes—enable Process each line separately to convert each line independently without merging lines.
Is my text uploaded to a server?
No. The formatter runs in your browser and does not make network requests.
Why does Title Case lowercase words after the first letter?
This tool uses a simple Title Case rule (Capitalize Each Word). It doesn’t apply special “small word” exceptions.
What should I use for URL slugs?
Use kebab-case for readable slugs, then validate with the Slug Checker.