devkult_
tools26converters34
home/tools/text & workflow/Case Converter

Case Converter

Convert text between camelCase, snake_case, kebab-case, PascalCase, Title Case, and URL slugs.

camelCase
userName
createdAt
backgroundColor
httpServerError
PascalCase
UserName
CreatedAt
BackgroundColor
HttpServerError
snake_case
user_name
created_at
background_color
http_server_error
SCREAMING_SNAKE
USER_NAME
CREATED_AT
BACKGROUND_COLOR
HTTP_SERVER_ERROR
kebab-case
user-name
created-at
background-color
http-server-error
Title Case
User Name
Created At
Background Color
Http Server Error
URL slug
user-name
created-at
background-color
http-server-error

Frequently Asked Questions

How does the converter know where words start and end?

It splits on separators (underscores, hyphens, spaces) and on lowercase-to-uppercase boundaries, keeping acronym runs together — so HTTPServerError splits into HTTP, Server, Error regardless of the input convention.

Can I convert many identifiers at once?

Yes — put one identifier or phrase per line and every output format converts the whole list, ready to copy as a block.