How to use the Slug Generator
- Type or paste your text in the input field above.
- The slug is generated in real time as you type.
- Choose your preferred separator β hyphen (default for URLs), underscore, or dot.
- Click Copy to copy the slug to your clipboard.
What is a slug?
A slug is a URL-friendly version of a string: lowercase letters and digits only, with spaces and special characters replaced by a separator. Slugs are used in URLs, file names, and database keys.
Example: Hello World! This is a Test β hello-world-this-is-a-test
Accented characters are transliterated to their ASCII equivalents (Γ© β e, ΓΌ β u, etc.).