Naming Convention Converter
camelCase / snake_case / kebab-case conversion
Input (one name per line, batch conversion supported)
Naming Converter Usage Guide
Supported Naming Styles
- camelCase — e.g., userName, getElementById
- PascalCase — e.g., UserName, HTMLElement
- snake_case — e.g., user_name, get_element
- kebab-case — e.g., user-name, get-element
- CONSTANT_CASE — e.g., USER_NAME, MAX_SIZE
- dot.case — e.g., user.name
- path/case — e.g., user/name
- Sentence case — e.g., User name
Features
- Auto-detect input naming format
- Batch conversion: enter one name per line, convert all at once
- Custom separator: supports comma, semicolon and other custom separators
- Abbreviation preservation: HTML, CSS, API and other common abbreviations stay uppercase
- Real-time preview: converts on input, no manual trigger needed
- Local processing: all conversions happen in the browser, data is not uploaded