- Select the desired case type from the options above.
- Paste or type your text in the input area.
- Click 'Convert' or the conversion happens automatically when you change case type.
- Copy the converted text using the copy button.
- Use 'Swap' to exchange input and output for further conversions.
What is camelCase?
camelCase is a naming convention where the first word is lowercase and subsequent words start with uppercase letters, with no spaces or separators. Example: 'myVariableName'. It's commonly used in JavaScript and Java.
What is snake_case?
snake_case uses lowercase letters with words separated by underscores. Example: 'my_variable_name'. It's popular in Python and database column names.
What is kebab-case?
kebab-case uses lowercase letters with words separated by hyphens. Example: 'my-variable-name'. It's commonly used in URLs and CSS class names.
What is Title Case?
Title Case capitalizes the first letter of each word. Example: 'This Is Title Case'. It's used for headings, titles, and proper nouns.
Is my text data secure?
Yes! All text conversion is performed entirely in your browser. Your text is never sent to any server, ensuring complete privacy.