Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more
Quickly convert text between different cases. Useful for programming (camelCase, snake_case, PascalCase), writing (Title Case, Sentence case), or formatting (UPPERCASE, lowercase).
UPPERCASE โ ALL LETTERS CAPITALIZED. lowercase โ all letters small. Title Case โ First Letter Of Each Word Capitalized. Sentence case โ First letter of each sentence capitalized. camelCase โ words joined, first word lowercase. snake_case โ words joined with underscores. kebab-case โ words joined with hyphens. PascalCase โ words joined, all capitalized. dot.case โ words joined with dots. tOGGLE cASE โ inverts the case of each letter.