For Developers
Convert variable names between JavaScript camelCase, Python snake_case, and PHP CONSTANT_CASE. Essential for maintaining code standards.
Transform your text instantly between 12+ case formats — camelCase, snake_case, kebab-case, PascalCase, Title Case, and more. No signup, no ads, runs entirely in your browser.
Convert variable names between JavaScript camelCase, Python snake_case, and PHP CONSTANT_CASE. Essential for maintaining code standards.
Instantly format titles, headlines, and text to Title Case, Sentence case, or UPPERCASE for consistent, professional writing.
Transform database column names, URL parameters, and API endpoints between naming conventions with one click.
All conversion happens in your browser instantly. Your text never touches any server. Works completely offline.
Standard in JavaScript, Java, and most modern languages. First word lowercase, subsequent words capitalized, no separators.
myVariableNameUsed for class names and constructors. All words capitalized, no separators.
MyVariableNameStandard in Python, Ruby, and databases. Words separated by underscores, all lowercase.
my_variable_nameUsed for constants and environment variables. All uppercase with underscores between words.
MY_VARIABLE_NAMECommon in URLs, CSS classes, and HTML attributes. Words separated by hyphens, all lowercase.
my-variable-namePerfect for headlines and titles. First letter of each word capitalized.
My Variable NameStandard English formatting. First letter capitalized, rest lowercase.
My variable nameAll letters capitalized. Use for emphasis, acronyms, or section headers.
MY VARIABLE NAMEAll letters in lowercase. Standard for URLs, slugs, and minimal formatting.
my variable nameWords separated by dots. Used in some configuration systems and file naming.
my.variable.nameWords separated by forward slashes. Common in file paths and URLs.
my/variable/nameWe support 12 major case formats: UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, dot.case, path/case, CONSTANT_CASE, Sentence case, and Alternating case.
No. All conversion runs locally in your browser using JavaScript. Your text never leaves your device.
Yes. Paste multiple lines or paragraphs and each will be converted across all 12 case formats simultaneously.
It intelligently handles special characters — removing or converting them based on the target case format for optimal results.
Developers use it for variable names (camelCase), constants (CONSTANT_CASE), and URLs (kebab-case). Writers use it for consistent text formatting.