Case Converter
Convert text between 12 different text cases: UPPERCASE, lowercase, Title Case, Sentence case, camelCase (for variables), PascalCase (for classes), CONSTANT_CASE (for constants), snake_case (for functions), COBOL-CASE (for legacy systems), kebab-case (for URLs), dot.case (for namespaces), and alternating case. Your preferred case setting will be saved locally in your browser for convenience.
How to Use
1. Enter or paste your text in the input field
2. Click one of these case conversion buttons:
• UPPERCASE: all letters capital
• lowercase: all letters small
• Title Case: Capitalize Each Word
• Sentence case: First letter of sentences
• camelCase: for variable names
• PascalCase: for class names
• CONSTANT_CASE: for constants
• snake_case: for functions
• COBOL-CASE: for legacy systems
• kebab-case: for URLs
• dot.case: for namespaces
• aLtErNaTiNg: alternating case
3. Your last used case conversion will be remembered
4. Use the 'Copy' button to copy the result
5. Click 'Clear' to start over