Text Case Converter
Convert text between different case formats instantly.
About Text Case Formats
camelCase — first word lowercase, each subsequent word capitalized. PascalCase — every word capitalized, no spaces. snake_case — all lowercase, underscores for spaces. kebab-case — all lowercase, hyphens for spaces.
How to Use
Type or paste your text into the input field. Click any case format button to instantly convert your text. You can switch between formats as many times as you like without re-entering the text.
Understanding Case Formats
UPPERCASE converts all letters to capital letters. lowercase converts all to small letters. Title Case capitalizes the first letter of each word. camelCase is used in JavaScript and Java for variable names. PascalCase is used for class names. snake_case is common in Python and database fields. kebab-case is used in CSS class names and URL slugs.
Common Use Cases
Developers use case conversion daily when writing code in different programming languages. Writers use title case for headlines and headings. Data analysts convert text cases when cleaning and standardizing datasets. SEO professionals use kebab-case for URL-friendly slugs.