Case Converter β camelCase, snake_case & More
Pricing
from $0.00025 / text converted
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
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" }
| Field | Type | Description |
|---|---|---|
texts | array | Strings to convert. |
target | string | all, 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
| Field | Type | Description |
|---|---|---|
original | string | The input string. |
converted | string | Converted 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.