Convert text to camelCase, PascalCase, snake_case, kebab-case, and more — instantly.
Click any conversion button to instantly transform your text. The result is placed in the output box ready to copy.
myVariableName. Used in JavaScript, Java, Swift.MyClassName. Used for class names in most OOP languages and React components.snake_case uses underscores — common in Python, Ruby, SQL. kebab-case uses hyphens — common in CSS classes and URL slugs.CONSTANT_CASE is snake_case in all capitals. Standard for named constants: MAX_RETRY_COUNT, API_BASE_URL.