Text Case Converter — snake_case, camelCase, PascalCase

Naming conventions vary across programming languages and style guides. This converter handles all common cases: snake_case (Python), camelCase (JavaScript), PascalCase (C#/TypeScript), kebab-case (CSS/HTML), and more.

snake_case
hello_world_foo_bar
kebab-case
hello-world-foo-bar
camelCase
helloWorldFooBar
PascalCase
HelloWorldFooBar
SCREAMING_SNAKE
HELLO_WORLD_FOO_BAR
dot.case
hello.world.foo.bar
Title Case
Hello World Foo Bar
UPPER CASE
HELLO WORLD FOO BAR
lower case
hello world foo bar

Frequently Asked Questions

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…