How does it work?
This tool converts text to kebab-case format. kebab-case is a naming convention where:
- All letters are lowercase
- Words are separated by hyphens (-)
- No spaces, underscores, or other separators between words
For example, "hello world" becomes "hello-world", and "userProfileData" becomes "user-profile-data".
Examples of kebab-case conversion
Original text
hello world
hello_world
HELLO_WORLD
helloWorld
HelloWorld
hello.world
Hello World
HELLO WORLDConverted to kebab-case
hello-world
hello-world
hello-world
hello-world
hello-world
hello-world
hello-world
hello-worldkebab-case is commonly used in HTML attributes, CSS class names, and URL slugs. It's also used in some programming languages and frameworks for naming conventions.
Other tools
See other tools