Convert text between camelCase, snake_case, PascalCase, kebab-case, and more.
First word lowercase, subsequent words capitalized. Common in JavaScript.
Every word capitalized. Used for class names in most languages.
Words separated by underscores. Common in Python and databases.
Words separated by hyphens. Used in URLs and CSS class names.
Uppercase with underscores. Used for constants in many languages.
Words separated by dots. Used in package names and configurations.
camelCase is a naming convention where words are joined without spaces, with each word after the first starting with a capital letter. Example: myVariableName
snake_case is a naming convention where words are separated by underscores and all letters are lowercase. Example: my_variable_name
camelCase is common in JavaScript/TypeScript. snake_case is used in Python and databases. PascalCase is for classes in many languages. kebab-case is used in URLs and CSS.
Yes, WKIT Case Converter is completely free. No signup required, no hidden fees.