Logo

Text Converter

Convert text between lowercase, UPPERCASE, Title Case, camelCase, snake_case, kebab-case, PascalCase, and more. Free online text case converter with instant results.

Frequently Asked Questions

What text formats can I convert?

You can convert between lowercase, UPPERCASE, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, and more.

What is camelCase used for?

camelCase is commonly used in programming for variable names and function names. It starts with a lowercase letter and each subsequent word begins with a capital letter.

What's the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (myVariable) while PascalCase starts with an uppercase letter (MyVariable). PascalCase is often used for class names in programming.

What is a slug?

A slug is a URL-friendly version of text that uses only lowercase letters, numbers, and hyphens. It's commonly used in URLs to create clean, readable web addresses.