कैसे उपयोग करें
- Input field में कोई भी text को paste या type करें, including accented या non-Latin characters।
- Separator choose करें: hyphen (-), underscore (_), या dot (.)।
- Lowercase को toggle करके all-lowercase output को force करें, और strict mode को toggle करके output को ASCII only तक limit करें।
- Output box में generated slug को read करें और copy button के साथ copy करें।
उदाहरण
- 'Hello World — Café Résumé' को hyphen separator और strict mode on के साथ input करने से 'hello-world-cafe-resume' produce करता है।
- Same input पर strict mode को disable करने से transliterated variants को keep करता है, extended Latin characters के साथ slug produce करता है intact।