Text Case Converter - Camel, Snake, Pascal & Kebab Case

Instantly convert text to Camel Case, Snake Case, Pascal Case, Kebab Case, and more. Free online tool for developers to switch between uppercase, lowercase, and various coding styles.

Conversion Results

camelCase

First word lowercase, subsequent words capitalized. (Used in: JSON, JavaScript keys)

PascalCase

Every word capitalized. (Used in: Classes, React components)

snake_case

Lowercase with underscores. (Used in: Python, Database fields)

kebab-case

Lowercase with hyphens. (Used in: URLs, HTML ids)

CONSTANT_CASE

Uppercase with underscores. (Used in: Environment variables, Constants)

UPPERCASE

All letters capitalized. (Used in: Emphasis)

lowercase

All letters lowercase. (Used in: General text normalization)

Sentence case

First letter capitalized only. (Used in: Descriptions, Documentation)

Title Case

First letter of each word capitalized. (Used in: Headers, Titles)

dot.case

Lowercase with dots. (Used in: Object properties, Config keys)

path/case

Lowercase with slashes. (Used in: File paths, URLs)

Header-Case

Hyphen-separated with capitalized words. (Used in: HTTP headers)