Normalization is deliberate, not universal
The transliteration table covers common accented Latin letters and a few ligatures. Other scripts or symbols are removed when the result is restricted to ASCII letters and digits.
Convert titles and text into SEO-friendly URL slugs with special character handling and transliteration.
A URL slug is the readable path segment that often identifies a page. This generator transliterates a defined set of Latin characters, optionally lowercases the result, replaces runs of non-alphanumeric characters with one separator, and can stop at a word boundary before a maximum length.
A concrete input and expected output from the current implementation.
Input
Cafe Muller: 10 Honey Tools!
Expected output
cafe-muller-10-honey-tools
With lowercase and hyphen defaults, punctuation and spaces collapse to hyphens while letters and the number remain. The implementation also transliterates accented Latin forms such as cafe with an acute accent.
The transliteration table covers common accented Latin letters and a few ligatures. Other scripts or symbols are removed when the result is restricted to ASCII letters and digits.
If the slug exceeds the selected maximum, the generator searches backward for the last separator. A single very long segment may still be cut at the exact limit.
No. The tool also offers underscore and dot separators. Hyphens are a common readable convention, but the destination system decides which characters are permitted.
No. Add a stable identifier or run a collision check when uniqueness is required.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Count words, characters, sentences, and paragraphs in any text instantly.
Convert text between uppercase, lowercase, title case, sentence case, and more.
Paste text and hear it read aloud using Web Speech API. Adjust voice, speed, and pitch in real time.
Compare two blocks of text side-by-side and highlight differences instantly.
Paste text and instantly remove duplicate lines while preserving order.
Strip extra whitespace, fix line breaks, and normalize text for clean output.