text_format
Case Converter
Convert text between different case formats. Support for camelCase, snake_case, kebab-case, and more.
Text Input
Enter text to convert
0 characters0 words detected
Converted Formats
Click any format to copy
abcarrow_forwardABC
Enter text to see all case conversions
Basic Transformations
Enter text to see transformations
About Case Conversion
Case conversion is essential for programming, as different languages and contexts use different naming conventions. This tool automatically detects the input format and converts to all common case formats at once.
- camelCase: JavaScript variables, Java methods
- PascalCase: Classes, React components, TypeScript types
- snake_case: Python, Ruby, database columns
- kebab-case: CSS classes, URL slugs, HTML attributes
- All processing happens locally in your browser