Case Converter
camelCase, snake_case, kebab-case and more.
- camelCase
convertMyVariableName - PascalCase
ConvertMyVariableName - snake_case
convert_my_variable_name - SCREAMING_SNAKE_CASE
CONVERT_MY_VARIABLE_NAME - kebab-case
convert-my-variable-name - Train-Case
Convert-My-Variable-Name - dot.case
convert.my.variable.name - flatcase
convertmyvariablename - UPPERCASE
CONVERTMYVARIABLENAME - lower case
convert my variable name - UPPER CASE
CONVERT MY VARIABLE NAME - Title Case
Convert My Variable Name
Camel humps, underscores, hyphens, dots and spaces are all treated as word boundaries, and acronyms are handled — parseHTTPResponse becomes parse_http_response.
About this tool
Convert identifiers and text between camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, dot.case and Title Case — acronyms handled.
It runs completely in your browser — no input is sent anywhere, and this page loads no ads or third-party scripts, so it is safe to use with data you would not paste into a hosted service.