Glossary
Kebab Case
A lowercase, hyphen-separated format used for URLs, file names, and semantic identifiers.
Definition
Kebab case writes words in lowercase separated by hyphens. It is highly readable and commonly used in URLs, slugs, and CSS class naming.
Examples
- Output: text-formatter-tool
Common Questions
Is kebab case good for URLs?
Yes. Kebab case is one of the most readable and search-friendly URL formatting styles.