Text Case Converter
A text case converter that transforms text between nine styles: UPPERCASE, lowercase, Title Case, Sentence case, and coding styles like camelCase, PascalCase, snake_case, kebab-case and inverted case. Paste your text, pick a style and copy the result instantly.
How to use
- Paste text into the input box or start typing.
- Click the desired style from the button row.
- The result appears in the output box and updates automatically as you edit.
- Press Copy to copy the result to your clipboard.
Frequently asked questions
Does conversion affect Arabic letters?
No. Arabic script has no upper/lower case distinction, so Arabic letters stay exactly as they are; conversion applies to Latin letters only.
What is the difference between camelCase and PascalCase?
Both join words without separators and capitalize the first letter of each word, but camelCase starts with a lowercase letter while PascalCase starts with an uppercase one.
What are snake_case and kebab-case used for?
snake_case is common for variable names in Python and databases, while kebab-case is used in URL slugs and CSS class names.
How does Sentence case work?
It lowercases the whole text, then capitalizes the first letter at the start of the text and after every period, question mark, exclamation mark or new line.