Case Converter
Convert text between camelCase, PascalCase, kebab-case, snake_case, and CONSTANT_CASE.
结果
camelCase: lightToolboxExample PascalCase: LightToolboxExample kebab-case: light-toolbox-example snake_case: light_toolbox_example CONSTANT_CASE: LIGHT_TOOLBOX_EXAMPLE
Use Cases
- Convert variable names
- Transform API field names
- Generate CSS-style class names
How to Use
Use the workspace above to type, paste, choose, or drop content and get the result immediately. Files and text stay local in your browser by default.
FAQ
Does it support Chinese?
It is mainly designed for English identifiers.
What happens to symbols?
Common separators are treated as word boundaries.