Input:
Convert to:
Related
Check out our Apify actor for web scraping.
Powered by Trafilatura Core, an open-source content-extraction engine that pulls the main content from web pages while filtering out boilerplate like navigation, ads, and sidebars.
Ideal for building RAG pipelines, training datasets, or content analysis at scale.
Did you know? Apify offers a free tier — you get $5 to use monthly.
Apify also has a super generous Creator plan (though you can run only your own actors) that costs just $1/month (billed $6 semi-annually) and includes a one-time $500 platform credit for your first 6 months — with up to 32 GB RAM and 32 concurrent actor runs.
Upper case
Changes every letter to upper case.
Lower case
Changes every letter to lower case.
Spaceless upper case
Changes every letter to upper case and removes spaces and tabs.
Spaceless lower case
Changes every letter to lower case and removes spaces and tabs.
Camel case
Joins words without separators, keeps the first word lowercase, and
capitalizes each following word: exampleVariableName.
Pascal case
Joins words without separators and capitalizes each word:
ExampleVariableName.
Kebab case
Changes words to lower case and joins them with hyphens:
example-variable-name.
Snake case
Changes words to lower case and joins them with underscores:
example_variable_name.
Screaming snake case
Changes words to upper case and joins them with underscores:
EXAMPLE_VARIABLE_NAME.