convert camelCase to kebab-case
🔧 Install · 🧩 Example · 🚴 Bench · 📜 API docs · 🔥 Releases · 💪🏼 Contribute · 🖐️ Help
$ npm i camelcase-to-kebab
import { camelCaseToKebab } from 'camelcase-to-kebab'
console.log(camelCaseToKebab('helloKebabWorld'))
// => hello-kebab-world
camelcase-to-kebab
performs best among the top downloaded packages in npm and is probably the fastest way to do it if you just want that conversion and not any-to-kebab:
Converts a string from camelCase
to kebab-case
.
input
string The string incamelCase
to be converted
Returns any The string in kebab-case
- kebab-to-camel - convert kebab-case to camelCase
All contributions are welcome!
MIT © 2021 stagas