apidevtools

Text Tool

Case Converter

Convert text between common naming conventions.

Case Converter

Convert text between common naming cases.

Overview

Use one input and quickly switch between casing styles used across APIs, code, and naming conventions.

Examples

Camel case conversion

Input

my sample string

Output

mySampleString

Snake case conversion

Input

my sample string

Output

my_sample_string

Use cases

  • Normalize naming between backend and frontend.
  • Convert keys for generated code snippets.
  • Clean labels for scripts and config.

FAQ

Which cases are supported?

lower, upper, camel, pascal, snake, and kebab.

Does it handle mixed input?

Yes. It splits words from common separators and camel case.

Are numbers preserved?

Yes. Numbers are preserved in output.

Does this mutate input?

No. Input remains unchanged.

Related tools