11 styles
UPPER, lower, Title, Sentence, plus camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE.
Change text case in one click — 11 styles including camelCase, snake_case and kebab-case. Everything happens locally.
UPPER, lower, Title, Sentence, plus camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE.
The result updates live as you type or switch the case.
Your text is never sent anywhere — conversion is entirely local.
No. Conversion runs entirely in your browser with JavaScript — nothing is uploaded or stored.
Title Case capitalises The First Letter Of Every Word; Sentence case only the first letter of each sentence.
camelCase joins words with each subsequent one capitalised (myVariableName); snake_case links them with underscores (my_variable_name). Handy for code.
Yes for UPPER/lower/Title/Sentence. The “programmer” cases strip spaces and are intended for Latin text.