Convert Sentences to Kebab Case

Easily transform English sentences into kebab-case format (lowercase words separated by hyphens).

Examples

Input Sentence:

What is the Score on the Self-Rating Depression Scale?

Output (Kebab Case):

what-is-the-score-on-the-self-rating-depression-scale

Input Sentence:

Hello World! This is a Test.

Output (Kebab Case):

hello-world-this-is-a-test

Input Sentence:

How to Convert a Sentence to Kebab Case?

Output (Kebab Case):

how-to-convert-a-sentence-to-kebab-case

Input Sentence:

This is an Example with Numbers 123 and Symbols!@#

Output (Kebab Case):

this-is-an-example-with-numbers-123-and-symbols

About Sentence to Kebab Case Conversion

Kebab case (also known as spinal case) is a naming convention where words are separated by hyphens and all letters are lowercase. This format is commonly used in URLs, CSS classes, and other web development contexts.

This tool converts English sentences to kebab-case by: removing punctuation, converting all letters to lowercase, and replacing spaces with hyphens.