Slugify

← All Tools

Convert text to a URL-friendly slug: lowercase, special characters removed, spaces replaced with hyphens. Standard for blog URLs and route paths.

Example

Hello World! → hello-world

My Blog Post (2024) → my-blog-post-2024

foo_bar baz → foo-bar-baz

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS