Text Formatting Guide
Title & Sentence Case
Perfect for writers and editors. Quickly fix headlines or convert all-caps text into readable sentence format for emails and documents.
Developer Formats
Instantly switch variable names between camelCase (JS), snake_case (Python), and kebab-case (CSS) without manual editing.
Common Conversions
What is Title Case?
Title Case capitalizes the first letter of every major word. It is commonly used for headlines, book titles, and blog post headers.
What is camelCase?
camelCase writes phrases without spaces or punctuation, separating words with a single capitalized letter. The first letter is always lowercase. Example: myVariableName.
Is my text saved?
No. All text conversion happens instantly in your browser using JavaScript. Your content is never sent to any server, ensuring total privacy.