Developer Case Converter

Developer case converter

Switch identifiers between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case in one tap.

▌ Input / Output
CHARS 0NO-SPACE 0WORDS 0LINES 0SENT 0
Case
Developer
Lines & sort
Clean up & encode

Programmer-friendly case conversion

Paste any phrase or existing identifier and pick a format from the Developer group. It splits words — even from existing camelCase or snake_case — and reassembles them. There's also Slugify and Base64 encode/decode in the clean-up group.

FAQ

Can it convert from one code case to another?
Yes. Paste getUserName or get_user_name and tap a target format; it detects word boundaries automatically.
kebab-case vs snake_case?
kebab-case joins words with hyphens (my-slug), common in URLs/CSS; snake_case uses underscores (my_var), common in Python/SQL.

Related tools