How to use
Choose a naming style and convert. Lines are handled separately. Spaces, underscores, hyphens and common English camel-case boundaries are recognized.
Example
hello_world → helloWorld; HTTPResponseCode → http_response_code.
Convert letter case, camelCase, PascalCase, snake_case and kebab-case.
Choose a naming style and convert. Lines are handled separately. Spaces, underscores, hyphens and common English camel-case boundaries are recognized.
hello_world → helloWorld; HTTPResponseCode → http_response_code.
Designed mainly for English identifiers. Other scripts are kept without transliteration. Punctuation is not fully removed, so the result is not guaranteed to be a valid identifier in a particular language.
How is HTTPResponseCode split? It becomes HTTP, Response and Code before conversion. Ambiguous sequences of abbreviations may still need manual review.