ToolsForNerds

Case Converter

Convert text between uppercase, lowercase, title case, camelCase, snake_case, kebab-case, and more

0 chars0 words

Converted Results

Enter text above to see conversions in all case formats

Case Format Guide

Programming Conventions:
camelCase: JavaScript variables, functions
PascalCase: Classes, components, types
snake_case: Python, Ruby variables
kebab-case: CSS classes, URLs
CONSTANT_CASE: Constants, environment variables
Text Formatting:
Title Case: Headings, book titles
Sentence case: Normal writing, UI text
UPPERCASE: Emphasis, acronyms
lowercase: URLs, email addresses
dot.case: Package names, namespaces
Tip: Use the appropriate case format based on your programming language conventions or style guide. Most modern IDEs and linters enforce specific naming conventions.

About the Case Converter

Convert text between different letter cases instantly. Transform text to uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and more. Perfect for developers, writers, and anyone working with text formatting.

Features:

  • Convert to 10+ different case formats
  • Real-time conversion as you type
  • Copy any format to clipboard with one click
  • Preserve or remove special characters
  • Character and word count display
  • Support for multiple languages
  • Batch conversion for all formats

Supported Case Formats:

  • UPPERCASE: ALL LETTERS CAPITALIZED
  • lowercase: all letters in lowercase
  • Title Case: First Letter Of Each Word Capitalized
  • Sentence case: First letter of each sentence capitalized
  • camelCase: firstWordLowercaseRestCapitalized
  • PascalCase: EachWordStartsWithCapital
  • snake_case: words_separated_by_underscores
  • kebab-case: words-separated-by-hyphens
  • CONSTANT_CASE: UPPERCASE_WITH_UNDERSCORES
  • dot.case: words.separated.by.dots

Use Cases:

  • Programming variable naming conventions
  • API endpoint formatting
  • Database column naming
  • CSS class naming
  • File and folder naming
  • URL slug generation
  • Text formatting for documents
  • Social media post formatting