CodeScript

Case Converter

Convert text between common naming case styles.

What it does

Converts text between common code and naming conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case.

FAQ

The converter splits on spaces, hyphens, underscores, and camelCase/PascalCase letter transitions, then rejoins the words in the target case style.

Related tools