slugify_text
Convert any text into a URL-friendly slug, replacing spaces and special characters for clean web addresses.
Instructions
Convert text to URL-friendly slug.
Parameters:
text — Text to slugify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |