Complete Tool Collection
All 21 developer tools transformation tools in one place
camelCase
Convert text to camelCase
Example:
"hello world" → "helloWorld"
casecamelprogramming+1 more
Try This ConverterClassName
Convert to valid class name format (PascalCase)
Example:
"user account" → "UserAccount"
classpascalconstructor
Try This ConverterCONSTANT_CASE
Convert text to CONSTANT_CASE
Example:
"Hello World" → "HELLO_WORLD"
caseconstantprogramming+1 more
Try This Convertercss-property
Convert to CSS property naming convention
Example:
"Background Color" → "background-color"
csspropertyweb+1 more
Try This Converterdot.case
Convert text to dot.case
Example:
"Hello World" → "hello.world"
casedotnamespace
Try This ConverterENVIRONMENT_VARIABLE
Convert to environment variable naming convention
Example:
"database url" → "DATABASE_URL"
envenvironmentconfig
Try This Converterflatcase
Convert text to flatcase (no separators, lowercase)
Example:
"Hello World" → "helloworld"
caseflatcompact
Try This ConverterfunctionName()
Convert to valid function name format
Example:
"get user data" → "getUserData"
functioncamelmethod
Try This ConverterHttp-Header-Case
Convert text to HTTP header naming convention
Example:
"content type" → "Content-Type"
casehttpheader+1 more
Try This Converterkebab-case
Convert text to kebab-case
Example:
"Hello World" → "hello-world"
casekebaburl+1 more
Try This ConverterNamespace::Case
Convert to namespace::case for C++/PHP
Example:
"my awesome namespace" → "My::Awesome::Namespace"
namespacecppphp+1 more
Try This Converterpackage.name
Convert to package.name format
Example:
"My Package Name" → "my.package.name"
packagejavanamespace
Try This ConverterPascalCase
Convert text to PascalCase
Example:
"hello world" → "HelloWorld"
casepascalprogramming+1 more
Try This Converterpath/case
Convert text to path/case
Example:
"Hello World" → "hello/world"
casepathurl
Try This ConverterSCREAMING_SNAKE_CASE
Convert text to SCREAMING_SNAKE_CASE
Example:
"Hello World" → "HELLO_WORLD"
casescreamingsnake+1 more
Try This Convertersnake_case
Convert text to snake_case
Example:
"Hello World" → "hello_world"
casesnakeprogramming+1 more
Try This Convertersql_column_case
Convert to SQL column naming convention
Example:
"User Name" → "user_name"
sqlcolumndatabase
Try This ConverterTrain-Case
Convert text to Train-Case
Example:
"hello world" → "Hello-World"
casetrainheader+1 more
Try This ConverterUPPERFLAT
Convert text to UPPERFLAT (no separators, uppercase)
Example:
"Hello World" → "HELLOWORLD"
caseupperflat+1 more
Try This Converterurl-slug
Convert to URL-friendly slug format
Example:
"My Blog Post!" → "my-blog-post"
urlslugweb+1 more
Try This ConvertervariableName
Convert to valid JavaScript/TypeScript variable name
Example:
"my variable!" → "my_variable"
variablejavascriptidentifier
Try This Converter