ToolFlip

Text Case Converter

Convert text between camelCase, snake_case, PascalCase, kebab-case, UPPERCASE, and more.

Ad · 728×90

Frequently Asked Questions

What is camelCase?

camelCase joins words with no spaces, capitalising every word except the first. Common in JavaScript variable names.

What is snake_case?

snake_case replaces spaces with underscores and lowercases everything. Common in Python and database column names.

What is kebab-case?

kebab-case replaces spaces with hyphens. Used in URLs, CSS class names, and HTML attributes.

More free tools