Text ToolsFree
Case Converter
UPPERCASE
preview...
lowercase
preview...
Title Case
preview...
Sentence case
preview...
camelCase
preview...
snake_case
preview...
kebab-case
preview...
PascalCase
preview...
Frequently Asked Questions
What text case formats does this tool support?▼
UPPERCASE (ALL CAPS), lowercase (all small), Title Case (First Letter Of Each Word), Sentence case (Only first word capitalized), camelCase, snake_case, kebab-case, and PascalCase.
What is camelCase and when is it used?▼
camelCase writes compound words with no spaces, capitalizing each word after the first (e.g., myVariableName). It is widely used in JavaScript, Java, and most programming languages for variable names.
What is snake_case?▼
snake_case uses lowercase letters and underscores between words (e.g., my_variable_name). It is the standard naming convention in Python, Ruby, and database column names.
Can I convert multiple paragraphs at once?▼
Yes. Paste any amount of text — multiple paragraphs, an entire document — and all case conversions update instantly.