Text Case Converter
Convert text between camelCase, snake_case, PascalCase, UPPER, lower, Title Case, and more.
Advertisement
Advertisement
Advertisement
About this tool
How to use Text Case Converter
- 1Type or paste your text in the input box
- 2All 12 case formats update instantly
- 3Click Copy next to any format to copy to clipboard
Frequently Asked Questions
What is camelCase?
camelCase joins words without spaces, capitalizing each word after the first (e.g. myVariableName). It is widely used in JavaScript, Java, and most object-oriented languages for variable and function names.
What is snake_case?
snake_case uses underscores between words, all lowercase (e.g. my_variable_name). It is standard in Python, Ruby, SQL column names, and many API field names.
What is kebab-case?
kebab-case uses hyphens between words, all lowercase (e.g. my-variable-name). It is used in CSS class names, HTML attributes, URL slugs, and some CLI tool options.
Related Tools
Word & Character Counter
Count words, characters, sentences, and paragraphs. Get reading time and top keywords.
JSON Formatter & Validator
Format, beautify, and validate JSON. Also minifies JSON for compact output.
Base64 Encoder & Decoder
Encode text to Base64 or decode Base64 back to readable text instantly.
QR Code Generator
Generate QR codes for URLs, text, WhatsApp links, and UPI payment IDs.
Advertisement