Online URL Slug Generator
Generate URL-friendly slugs from titles or text. Lowercase, hyphenated, no special characters.
Frequently Asked Questions
- What characters are removed?
- Accents are normalized (é→e), and non-alphanumeric characters except spaces and hyphens are stripped before joining with hyphens.
- Can I use this for non-English?
- Yes. Unicode letters are normalized (NFD) and diacritics removed; remaining letters and numbers are kept where possible.
- Multiple spaces become one hyphen?
- Yes. Consecutive spaces and hyphens are collapsed to a single hyphen; leading/trailing hyphens are removed.
Related Developer Tools
JSON Formatter
Format, validate, and beautify JSON. Minify or pretty-print with one click.
Base64 Decode
Decode Base64 strings to text. Encode text to Base64.
UUID Generator
Generate random UUIDs (v4) for unique identifiers. Copy with one click.
URL Encoder Decoder
Encode and decode URLs. Convert special characters for safe use in URLs.
Convert Color Hex to RGB
Convert hex color codes to RGB values (R, G, B).
Convert Color RGB to Hex
Convert RGB values (R, G, B) to hex color codes.