camelCase ↔ snake_case ↔ kebab-case Converter
Instantly convert between camel, Pascal, snake, kebab, and CONSTANT case
Instantly converts a set of words into every programming naming convention you need — camel, snake, kebab, and Pascal case.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
How to use
- Enter the word or phrase you want to convert.
- Check and copy the result for each naming convention.
FAQ
- Does it handle input with mixed spaces or underscores?
- Yes — it recognizes spaces, hyphens, and underscores alike when parsing your input.
- Does it convert words with numbers correctly?
- Yes. Words like user2Name are parsed with their word boundaries intact, so numbers convert cleanly into every case.
- When is CONSTANT_CASE typically used?
- It's the usual convention in JavaScript, Python, and similar languages for declaring constants whose value never changes, like MAX_RETRY_COUNT.
