BoxStow

English
📥
📤
📖
camelCase / PascalCase
snake_case
kebab-case
CONSTANT_CASE
Title Case
📋
💡 You might also use:
Use Now
Popular Tools
Similar Tools

Convert text between different case formats: UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and more. Our Text Case Converter handles all common programming and writing conventions.

Essential for developers renaming variables, refactoring code, or converting between naming conventions (e.g., database snake_case columns to JavaScript camelCase properties). Also useful for writers formatting headings and titles.

Frequently Asked Questions

What is camelCase vs snake_case?

camelCase joins words with capital letters starting from the second word (myVariableName). snake_case joins words with underscores (my_variable_name). Both are common in programming.