TOOLING.ninja logo

Case Converter

Convert text between different case formats

Text Input
Enter text to convert to different case formats
lowercase
all characters in lowercase
Converted text will appear here...
UPPERCASE
all characters in uppercase
Converted text will appear here...
Title Case
first letter of each word capitalized
Converted text will appear here...
camelCase
first word lowercase, subsequent words capitalized
Converted text will appear here...
PascalCase
first letter of each word capitalized, no spaces
Converted text will appear here...
snake_case
words separated by underscores, lowercase
Converted text will appear here...
kebab-case
words separated by hyphens, lowercase
Converted text will appear here...
CONSTANT_CASE
words separated by underscores, uppercase
Converted text will appear here...

Case Format Guide

Different case formats are used in various programming contexts and naming conventions:

Programming Uses

  • camelCase: JavaScript variables, functions
  • PascalCase: Class names, components
  • snake_case: Python variables, database fields
  • kebab-case: CSS classes, URLs
  • CONSTANT_CASE: Constants, environment variables

General Uses

  • Title Case: Headings, titles
  • lowercase: Emails, usernames
  • UPPERCASE: Acronyms, emphasis