Text
Case converter
Convert text between UPPER, lower, Title, camelCase, and more.
Good for
- Turn labels into variable names.
- Normalize headings for a spreadsheet.
- Convert copied text into URL-friendly names.
Example
Convert a label
monthly active users
monthlyActiveUsers, MonthlyActiveUsers, monthly_active_users, or monthly-active-users.
Privacy note
Your input is processed on your device whenever possible. Nothing is uploaded unless a feature needs it.
FAQ
Does it handle punctuation?
Separators are treated as word boundaries for common naming formats.
Is this safe for code identifiers?
Review the result when your source contains symbols, numbers, or non-Latin text.