Text Case Converter
Instantly transform text between all major typography and programming cases
Characters: 0
Words: 0
Frequently Asked Questions
Title Case capitalizes the first letter of major words while keeping minor words (like and, of, the, in, to) in lowercase unless they are the first word.
camelCase: "helloWorldExample"snake_case: "hello_world_example"kebab-case: "hello-world-example" (ideal for URL slugs).