Text to Slug

Convert text to URL-friendly slugs

Input
Separator

About Text to Slug

A slug is a URL-friendly version of a string — typically used for blog post URLs, CMS entries, and file names. Characters are lowercased, accents are removed, and everything except letters and digits is replaced by the chosen separator.

Choose from hyphen (-), underscore (_), tilde (~), or type a custom separator (up to 3 characters). Consecutive separators are collapsed into one, and leading/trailing separators are trimmed.