Guide / 01
When to use it
It is useful when renaming an API field from user_profile_url to userProfileUrl or normalizing headings and CSS class names across a project.
DEV / 002
Switch text between upper, lower, title, camel, snake, and kebab case.
haloBenchKeepsEveryToolInItsPlace
Guide / 01
It is useful when renaming an API field from user_profile_url to userProfileUrl or normalizing headings and CSS class names across a project.
Guide / 02
CHECK
Convert Hello world to camel and snake; the expected outputs are helloWorld and hello_world, which makes the tokenization easy to verify.
LIMITS
Punctuation acts as a word separator, and title case does not understand grammar or proper nouns. Converting a full URL, email address, or code block can remove meaningful symbols.
Reference
Actual output depends on your input and browser environment. Verify any value used for an important decision.
every tool has its placeeveryToolHasItsPlace · every_tool_has_its_placeFAQ
camelCase is common for JavaScript variables and object keys, while kebab-case is common for CSS classes and readable URL paths. Follow the convention of the system receiving the value.
No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.