0 Characters
0 Words
What is a Text Case Converter?
A Case Converter is a utility that transforms text between various capitalization styles. Whether you left Caps Lock on by accident or need to format code variables, this tool fixes it instantly without retyping.
Supported Case Types
UPPERCASE
Converts all letters to capitals. Useful for emphasis or acronyms.
HELLO WORLD
lowercase
Converts all letters to small letters. Standard for most data entry.
hello world
Title Case
Capitalizes the first letter of every word. Perfect for blog headlines and titles.
Hello World Example
Sentence case
Capitalizes only the first letter of the first word and proper nouns (approximated).
Hello world example
Developer Formats
- camelCase: Used in JavaScript, Java, and Swift. (e.g.,
myVariableName) - snake_case: Used in Python and Database column names. (e.g.,
my_variable_name) - kebab-case: Used in URL slugs and CSS classes. (e.g.,
my-variable-name)
Frequently Asked Questions
Does Title Case ignore small words?
Our current simple Title Case capitalizes every word. For strict APA/MLA styling (ignoring "a", "an", "the"), you may need manual adjustment.