slugify_text
Turn any text into a clean, URL-friendly slug for use in links and 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 |