Text Case Converter

Convert text between 10 case styles. Pick a style, get the result, copy it. Nothing uploaded.

Change text between UPPERCASE, lowercase, Title Case, camelCase and snake_case β€” and more β€” with one click. Handy for renaming variables, writing headlines and fixing pasted text.

Conventions: standard programming case styles (camelCase, snake_case, Title Case).

How to use the Text Case Converter

  1. Paste or type your text.
  2. Pick the target case: UPPER, lower, Title, camel, snake and more.
  3. Copy the converted text.

Frequently asked questions

How do I convert text to uppercase?

Paste it and click UPPERCASE β€” every letter is capitalized instantly.

What is camelCase?

A naming style used in programming where each word starts uppercase except the first (myVariableName).

What is snake_case?

Words joined by underscores (my_variable_name), common in Python and databases.

Does Title Case handle small words?

The converter gives simple title casing; style-guide subtleties like lowercase 'the' are left to you.