Vous cherchez à passer du Snake case au Kebab case ? Collez votre texte dans l’outil : le résultat se met à jour en direct. Exemple : « Hello World Example » devient « hello-world-example ».
Words are lowercase and separated by hyphens (-).
Often used in HTML attributes, CSS classes, and route slugs. Teams often land here from Snake case searches when they already have a draft string and want reliable Kebab case output.
Exemple avant publication :
Résultat : hello-world-example — prêt à copier.
snake_case identifiers such as user_profile_id.
Helpful reference when your source string already looks like Snake case.
Produces kebab-case tokens that work in URLs and CSS.
This page outputs Kebab case so you can paste into docs, UI, or repositories.
Underscore to hyphen for URLs?
`spring_sale` → `spring-sale`—one of the most direct snake → kebab paths.
npm package from snake repo?
Repos often use snake; published package names frequently use kebab.
CSS from Sass variables?
`$primary_color` style tokens sometimes become `primary-color` classes.
Already hyphenated?
If input uses `-`, they stay; snake input with `_` is the typical case here.
Gardez cette page Snake case → Kebab case pour obtenir du Kebab case lisible sans retaper à la main.
Besoin d'autres pages de conversion ?
Voir toutes les pages de conversion Convertir les Formats de Texte en Ligne