Aa Case Converter
Convert text into the most common naming conventions for programming languages, databases, and CSS.
Input
Result
The result will be output here.
Unlock AI Diagnosis Report
Enter your email address to unlock the detailed AI resolution report with concrete optimization suggestions and step-by-step instructions for free.
Guide & best practices
Case Converter for camelCase, snake_case and more
Convert identifiers and text quickly between common cases for code, databases and APIs.
Typical use cases
Useful when refactoring variable names, mapping between language/DB conventions and preparing lists.
How Balou converts cases
Paste text and choose the target case; Balou converts locally and detects word boundaries sensibly.
Naming convention best practices
Use camelCase/PascalCase per language convention, snake_case for DB columns and kebab-case for URLs/CSS classes.
Frequently asked questions
Which cases are supported?
camelCase, PascalCase, snake_case, kebab-case, UPPER CASE, lower case and Title Case.
What is the difference between camelCase and PascalCase?
camelCase starts lowercase (userName), PascalCase uppercase (UserName); both join words without separators.
When do I use snake_case vs kebab-case?
snake_case (with _) is common for variables/DB columns, kebab-case (with -) for URLs and CSS classes.
Are my texts uploaded?
No, the conversion runs locally in the browser.