Case Converter
Convert text between camelCase, PascalCase, kebab-case, snake_case, and CONSTANT_CASE.
Result
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.
Related Tools
TextText
Text Counter
Count characters, words, lines, paragraphs, and UTF-8 bytes.
TextText
Markdown Preview
Preview common Markdown syntax as HTML locally in the browser.
TextText
Deduplicate Text
Remove duplicate lines while preserving the first occurrence.
TextText
Text Sort
Sort lines in ascending or descending order and remove empty lines.