Input Text
Converted Text
About Case Converter
This case converter tool helps you transform text between different case styles commonly used in programming and writing. All text conversion happens directly in your browser - no data is sent to any server.
Available Case Styles
- camelCase: First word lowercase, subsequent words capitalized, no separators
- PascalCase: All words capitalized, no separators
- snake_case: All lowercase, words separated by underscores
- kebab-case: All lowercase, words separated by hyphens
- UPPERCASE: All letters capitalized
- lowercase: All letters in lowercase
- Title Case: First letter of each word capitalized
- Sentence case: Only first letter of the sentence capitalized
- CONSTANT_CASE: All uppercase with underscore separators
- dot.case: All lowercase with dot separators
- path/case: All lowercase with forward slash separators
- aLtErNaTiNg: Characters alternate between lowercase and uppercase
Common Use Cases
- Converting between different naming conventions in programming
- Formatting text for headings and titles
- Preparing text for different style requirements
- Ensuring consistent text formatting in documents