Text & Content
Text Case Converter.
Convert text case instantly between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and more.
Characters0
Words0
Sentences0
Lines0
How to use the Text Case Converter
- Paste your text into the workspace textarea.
- Click the case conversion button of your choice (e.g. Title Case, UPPERCASE).
- The converted text updates in place. Copy or clear text in one click.
Frequently Asked Questions
Title Case capitalizes the first letter of each word except small grammatical words (articles, coordinating conjunctions, and prepositions).
camelCase joins words with the first letter lowercase and subsequent first letters capitalized (e.g. myVariableName). snake_case joins lowercase words with underscores (e.g. my_variable_name).