Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. Document & Text
  3. Text Case Converter
Add to favorites

Text Case Converter

Convert text between 12 cases: UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence, and Alternating

Switch text between uppercase, lowercase, Title Case, camelCase, snake_case, kebab-case, and more. Handy when you need to match a naming convention without retyping everything.

Runs in your browser and files never uploadedMore document & textJump to full guide

Related reading

  • Keyboard Shortcuts Every Developer Should Know10 min read
  • Text Case Conversion: camelCase, snake_case, and Beyond12 min read

Initializing in your browser…

You might also like

Audio Format Converter

Convert audio files between WAV, MP3, OGG, AAC, M4A, FLAC formats online. Adjust bitrate and quality settings. Free browser-based conversion with no file uploads to servers.

Image Text Extractor (OCR)

Extract text from images using advanced OCR. Supports 18+ languages, page segmentation modes, confidence scores, and multi-format export.

Text Diff & Compare Tool

Compare texts with side-by-side and unified diff views, line-by-line or character-level comparison, change statistics, and export to patch file

Text Case Converter: a worked example

A spreadsheet column has product names in random casing and you need consistent Title Case plus a snake_case variant for a database import.

Input

wireless NOISE-cancelling headphones
Text Case Converter produces

Converted forms

Title Case:  Wireless Noise-Cancelling Headphones
camelCase:   wirelessNoiseCancellingHeadphones
snake_case:  wireless_noise_cancelling_headphones
CONSTANT:    WIRELESS_NOISE_CANCELLING_HEADPHONES

The tool tokenises on spaces, hyphens, and case boundaries, then re-emits in each convention, so it correctly keeps "Noise-Cancelling" as two words for code identifiers instead of mangling them. Doing this by hand across a list is exactly where inconsistent casing bugs enter a dataset.

What is Text Case Converter?

Switch text between uppercase, lowercase, Title Case, camelCase, snake_case, kebab-case, and more. Handy when you need to match a naming convention without retyping everything.

How to use

  1. 1Type or paste your text into the input field
  2. 2Click the desired case format button
  3. 3Copy the converted result to your clipboard

Key features

  • Supports 12 case formats including camelCase, PascalCase, and CONSTANT_CASE
  • Instant conversion as you click
  • One-click copy to clipboard

Common use cases

  • Adapting variable names across languages

    Convert camelCase JavaScript variables to snake_case for Python or CONSTANT_CASE for environment configs without manual rewriting.

  • Formatting headings consistently

    Quickly shift between Title Case and sentence case when standardizing document or blog headings.

Frequently asked questions

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (myVariable), while PascalCase capitalizes the first letter too (MyVariable). Both capitalize subsequent words.

Which case format should I use for CSS class names?

kebab-case is the standard convention for CSS class names, since hyphens are valid in CSS selectors and improve readability.

Private by design

Your text is processed locally in the browser. Nothing you paste or open is transmitted or logged.