Text Case Converter
Convert text between different cases instantly
How to Use
- Type or paste your text into the input area
- Click any case conversion button
- The converted text appears in the output area — click Copy to clipboard
FAQ
What is Title Case?
Title Case capitalizes the first letter of each word. For example, "hello world" becomes "Hello World".
What is the difference between camelCase and snake_case?
camelCase joins words with no separator, capitalizing each word after the first (e.g., "myVariableName"). snake_case uses underscores between lowercase words (e.g., "my_variable_name").