slug
Make text URL-safe by generating clean slugs. Choose a custom separator to control how words are joined.
Instructions
Generate a URL-safe slug from text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to slugify | |
| separator | No | Word separator (default: '-') |