Tools

Convert Tools

Case Converter

Convert text into lower, upper, camel, Pascal, snake, kebab, and constant case.

Output

Convert phrases and identifiers into common code casing formats.

Common edge cases

Acronyms are normalized into words before generating each output format.

Language snippets

"hello dev tools".replaceAll(" ", "_");

FAQ

Can this handle existing camelCase?

Yes. Lower-to-upper transitions are treated as word boundaries.

Related tools