slugify_text
Convert text into a URL-friendly slug. Customize with separator and lowercase options to create 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 |