Slug Generator
Turn titles or sentences into URL-friendly slugs, replacing spaces and symbols with a separator. Unicode letters are preserved.
FAQ
Is my text sent to a server?
No. Everything runs entirely in your browser and no text leaves your device.
Can I slugify non-Latin titles?
Yes. Unicode letters are preserved, so '안녕 하세요' becomes '안녕-하세요'. For ASCII-only slugs you would need extra processing.
Can I convert multiple lines at once?
Yes. Each line is slugified separately, so you can process a list of titles at once.
Related tools
Convert naming styles like camelCase, snake_case, kebab-case and PascalCase line by line.
Collapse extra spaces, remove all whitespace, or trim line ends in one click.
Percent-encode Korean and special characters for URLs, or decode them back.
Count characters with/without spaces, words, lines and bytes in real time.
Remove duplicate lines from a list while keeping the original order.
Remove awkward line breaks from text copied from PDFs or messengers in one click.