Case Converter

Convert your text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more — instantly and privately.

Input
Output

            

How to convert text case

1Type or paste your text into the input box.
2Click the case style you want.
3Copy the converted result or download it.
Is my text uploaded anywhere?

No. Case conversion runs entirely in your browser and your text is never sent to a server.

What is camelCase and snake_case?

camelCase joins words with capitals (myVariableName); snake_case joins them with underscores (my_variable_name). Both are common in programming.