Case Converter
Free online case converter. Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and PascalCase instantly.
Type or paste text above to see it converted into every case at once.
A React component needs PascalCase, the variable inside it needs camelCase, and a CSS class or a URL slug referencing the same concept needs kebab-case, which means the same underlying name has to exist in several different capitalization conventions depending on exactly where in a codebase it's actually being used. This tool converts a name or a batch of names between all of those conventions at once, UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and PascalCase, so naming a concept once translates cleanly into whichever convention a specific language or context actually requires.
See moreSee less about the Case Converter
Useful for converting a component name into its camelCase variable equivalent, generating a matching kebab-case slug or CSS class from the same base name, or converting a whole list of identifiers between conventions at once instead of retyping each one by hand.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline