Lotamyst / Everyday Tools / Text Case Converter

Text Case Converter

Type once, get every case — UPPER, lower, Title, camelCase, snake_case and more, ready to copy.

0 characters · 0 words

Everything is converted live in your browser — your text never leaves this page.

The cases it makes

About this tool

Whether you pasted a title in ALL CAPS, need a variable name from a label, or just want your heading to look right, retyping is a waste. This converter shows all twelve styles at once and copies any of them with one click.

The programmer cases are smart about word boundaries: myVariableName, my-variable name and MY_VARIABLE_NAME all break into the same words, so you can convert between any of them cleanly. It's 100% in-browser — paste a whole paragraph if you like, nothing is uploaded or saved.

FAQ

What is the difference between Title Case and Sentence case?

Title Case capitalises the first letter of every word (Great For Headings), while Sentence case only capitalises the first letter of each sentence (Great for body text). Both are one click here.

What is camelCase vs snake_case vs kebab-case?

They are programmer naming styles for the same words: camelCase joins words and capitalises each after the first (myVariableName), snake_case joins them with underscores (my_variable_name), and kebab-case joins them with hyphens (my-variable-name).

Is my text uploaded anywhere?

No. Every conversion happens in your browser with JavaScript. Your text is never sent to a server, stored, or logged.

Related tools