Case Converter
Convert text between UPPER, lower, Title, camelCase, snake_case, and more.
Converted text will appear here...
About Case Converter
Case Converter instantly transforms text between all common text cases: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. Paste your text and switch between cases with a single click.
Different contexts demand different text cases — variable names in code follow camelCase or snake_case, headings use Title Case, CSS classes use kebab-case, and database columns use snake_case. Manually converting long strings or lists of words is tedious. This tool handles it instantly.
All conversions happen in your browser with no character limit.
Features
- ✓UPPERCASE, lowercase, Title Case, Sentence case
- ✓camelCase, PascalCase, snake_case, kebab-case
- ✓CONSTANT_CASE and dot.case
- ✓One-click conversion between any format
- ✓Works with any length text
Common Use Cases
- →Converting variable names between camelCase and snake_case
- →Turning sentence text into URL-friendly kebab-case slugs
- →Fixing inconsistent capitalization in headings
- →Converting column names between database and API naming conventions