# Case Converter Tool ## What It Does The Case Converter instantly transforms text between 12 different case formats. Paste or type any text and see all conversions in real-time. ## Supported Case Formats 1. **UPPERCASE** - All letters capitalized: THE QUICK BROWN FOX 2. **lowercase** - All letters lowercase: the quick brown fox 3. **Title Case** - First letter of each word capitalized: The Quick Brown Fox 4. **Sentence case** - First letter capitalized, rest lowercase: The quick brown fox 5. **camelCase** - First word lowercase, subsequent words capitalized: theQuickBrownFox 6. **PascalCase** - All words capitalized, no spaces: TheQuickBrownFox 7. **snake_case** - Words separated by underscores: the_quick_brown_fox 8. **kebab-case** - Words separated by hyphens: the-quick-brown-fox 9. **CONSTANT_CASE** - All uppercase with underscores: THE_QUICK_BROWN_FOX 10. **dot.case** - Words separated by dots: the.quick.brown.fox 11. **path/case** - Words separated by slashes: the/quick/brown/fox 12. **Header-Case** - Words capitalized and separated by hyphens: The-Quick-Brown-Fox ## How to Use 1. Enter or paste your text in the input field 2. View all 12 case conversions instantly in the output panels 3. Copy any result directly to your clipboard 4. No file upload needed - everything happens in your browser ## When to Use - **Developers**: Convert variable names between camelCase, snake_case, and PascalCase - **Writers**: Convert text to Title Case for headlines and proper formatting - **Data Processing**: Standardize text formatting for databases and APIs - **Code Generation**: Quickly format identifiers for different programming languages - **SEO**: Convert text to proper Title Case for meta descriptions and headers ## Privacy & Cost - **100% Private**: All conversions happen in your browser. No data is sent to servers. - **Free**: No signup, no ads, no hidden costs. - **No Limits**: Convert unlimited text, no rate limiting. ## Technical Details The tool intelligently detects word boundaries by recognizing: - Spaces between words - camelCase transitions (helloWorld → hello World) - PascalCase transitions (HelloWorld → Hello World) - Existing delimiters (underscores, hyphens, dots, slashes) This allows accurate conversion even from mixed-format input. ## Browser Support Works in all modern browsers (Chrome, Firefox, Safari, Edge) with JavaScript enabled. --- Visit https://toolscanvas.com/tools/case-converter to use the tool.