ToolHub
เปิดเครื่องมือ

ข้อความเป็น Slug

Convert any text into URL-friendly slug format with Unicode transliteration and customizable options

เครื่องมือข้อความ

เกี่ยวกับเครื่องมือนี้

The Text to Slug converter transforms any text into clean, URL-friendly slug format. It handles Unicode transliteration for accented and Cyrillic characters, configurable separators, stop word removal, and maximum length control — ideal for generating SEO-optimized URLs and web-friendly identifiers.

คุณสมบัติหลัก

แสดงตัวอย่างอย่างรวดเร็ว

กรณีการใช้งาน

slug url seo text transliteration

คำถามที่พบบ่อย

slug คืออะไร?

A slug is a URL-friendly version of text where spaces are replaced with separators, special characters are removed, and accented characters are transliterated. For example, 'Hello World!' becomes 'hello-world'.

มีตัวเลือกตัวคั่นอะไรบ้าง?

You can choose between hyphen (-), underscore (_), or dot (.) as the separator between words in your slug. Hyphen is the most common choice for URL slugs.

Does it support Unicode transliteration?

Yes. The tool automatically transliterates accented Latin characters (like é, ü, ñ) and Cyrillic characters to their ASCII equivalents, making the resulting slug URL-safe.

การลบคำหยุดคืออะไร?

When enabled, common English stop words like 'a', 'an', 'the', 'is', and 'are' are removed from the slug. This creates shorter, cleaner URLs. For example, 'the quick brown fox' becomes 'quick-brown-fox' instead of 'the-quick-brown-fox'.

Can I control the slug length?

Yes. You can set a maximum length for the generated slug. The tool will truncate the slug at a word boundary to keep it clean and readable.