text_to_slug
Convert any text into a URL-friendly slug by replacing spaces with hyphens, removing special characters, and lowercasing.
Instructions
Convert any text to a URL-friendly slug (lowercase, hyphens, no special characters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to a slug | |
| separator | No | Word separator | - |