Text Case Converter Online

Convert text to camelCase, PascalCase, snake_case, kebab-case, and more — instantly.

Input Text
Convert To
Output

Click any conversion button to instantly transform your text. The result is placed in the output box ready to copy.

Frequently Asked Questions

What is camelCase?
Words are joined with no separator. The first word is all lowercase; each subsequent word starts with a capital letter. Example: myVariableName. Used in JavaScript, Java, Swift.
What is PascalCase?
Like camelCase but the very first word is also capitalised. Example: MyClassName. Used for class names in most OOP languages and React components.
snake_case vs kebab-case — what's the difference?
Both are lowercase words separated by a delimiter. snake_case uses underscores — common in Python, Ruby, SQL. kebab-case uses hyphens — common in CSS classes and URL slugs.
What is CONSTANT_CASE?
CONSTANT_CASE is snake_case in all capitals. Standard for named constants: MAX_RETRY_COUNT, API_BASE_URL.

Related Tools