slugify
Convert any string into a URL-friendly slug by removing special characters, replacing spaces with hyphens, and converting to lowercase.
Instructions
Convert a string to a URL-friendly slug. Removes special characters, replaces spaces with hyphens, and lowercases everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to slugify |