Case Converter β€” camelCase, snake_case & More avatar

Case Converter β€” camelCase, snake_case & More

Pricing

from $0.00025 / text converted

Go to Apify Store
Case Converter β€” camelCase, snake_case & More

Case Converter β€” camelCase, snake_case & More

Convert text between camelCase, snake_case, kebab-case, Title Case, UPPER and lower in bulk. Normalize identifiers, headers and labels across files.

Pricing

from $0.00025 / text converted

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Convert text between cases in bulk β€” camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and more. Normalize identifiers, headers, labels and keys across files in one run.

What it does

  • Converts to 13 case styles (camel, pascal, snake, kebab, constant, dot, path, capital, sentence, train, upper, lower).
  • All at once β€” get every case in one row, or pick a single target.

Use cases

  • Developers β€” normalize variable/identifier naming.
  • Data cleaning β€” standardize column headers and labels.
  • Content β€” convert titles and slugs between styles.

Input

{ "texts": ["hello world example", "user_first_name"], "target": "all" }
FieldTypeDescription
textsarrayStrings to convert.
targetstringall, or a single case (camel, snake, kebab…).

Output

{ "original": "hello world example", "camel": "helloWorldExample", "snake": "hello_world_example", "kebab": "hello-world-example", "constant": "HELLO_WORLD_EXAMPLE", "capital": "Hello World Example" }

Output schema

FieldTypeDescription
originalstringThe input string.
convertedstringConverted value (or per-case fields in all mode).

FAQ

Can I automate it? Yes β€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.