Text Master

by Thankless Technologies

Kebab Case

Convert text to kebab-case (words joined by hyphens). Standard format for CSS class names, URL slugs, and CLI flags.

Example

Hello World → hello-world

foo_bar_baz → foo-bar-baz

The Quick Brown Fox → the-quick-brown-fox

USED IN COOKBOOKS