Case Converter
Convert text to uppercase, lowercase, title case, and more
How to Use
- Enter the text you want to convert in the text area.
- Click the desired conversion button (UPPERCASE, lowercase, Title Case, etc.).
- Copy the converted result and use it.
FAQ
What is camelCase?
camelCase starts the first word in lowercase and capitalizes the first letter of subsequent words. Example: helloWorld
What is the difference between snake_case and CONSTANT_CASE?
snake_case uses all lowercase letters while CONSTANT_CASE uses all uppercase letters. Both separate words with underscores (_).