Ad
Common use cases
- Convert variable names between coding conventions
- Reformat headlines and titles
- Clean up imported data with inconsistent casing
Frequently asked questions
What's the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariableName). PascalCase starts with an uppercase letter (MyClassName). Both have no separators.