formatter.input
Loading Editor...
formatter.output
Loading Editor...
Instantly convert text between camelCase, PascalCase, snake_case, kebab-case, UPPERCASE, lowercase, and Title Case.
Renaming a variable, matching a naming convention, or reformatting a heading — this text case converter handles all common naming conventions used across programming languages and writing styles.
Useful for:
camelCase starts with a lowercase letter (myVariableName), while PascalCase capitalizes the first letter too (MyVariableName).
kebab-case is the standard for URL slugs, e.g. my-page-title, since hyphens are treated as word separators by search engines.
No, conversion happens entirely in your browser.