URL Slug
URL Preview
https://example.com/
How it works
Converts text to URL-friendly slugs by:
- Converting to lowercase
- Transliterating accented characters (é → e, ñ → n)
- Replacing spaces and special characters with the separator
- Removing consecutive separators
- Trimming separators from start and end
Want to learn more?
Read the complete guide with examples and tips