slugify_text
Convert any text into a URL-friendly slug. Choose a custom separator and optionally convert to lowercase for clean, readable URLs.
Instructions
Convert text to URL-friendly slug format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to slug | |
| separator | No | Character to use as separator | |
| lowercase | No | Convert to lowercase |